REFACTOR(postgresql): change Authelia PostgreSQL user
- Change database user from app to bluemayne - Update authentication configuration
This commit is contained in:
@@ -53,7 +53,7 @@ configMap:
|
|||||||
enabled: true
|
enabled: true
|
||||||
address: tcp://postgresql-rw.postgresql.svc.cluster.local:5432
|
address: tcp://postgresql-rw.postgresql.svc.cluster.local:5432
|
||||||
database: authelia
|
database: authelia
|
||||||
username: app
|
username: bluemayne
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
|
|
||||||
# Access control rules
|
# Access control rules
|
||||||
|
|||||||
Reference in New Issue
Block a user