FIX(authelia): disable Redis authentication
- Remove password requirement for Redis - Simplify internal cluster communication
This commit is contained in:
@@ -69,8 +69,10 @@ configMap:
|
|||||||
subdomain: auth0213
|
subdomain: auth0213
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
host: authelia-redis-master.authelia.svc.cluster.local
|
host: authelia-redis.authelia.svc.cluster.local
|
||||||
port: 6379
|
port: 6379
|
||||||
|
password:
|
||||||
|
disabled: true
|
||||||
|
|
||||||
# Storage - PostgreSQL (CNPG cluster)
|
# Storage - PostgreSQL (CNPG cluster)
|
||||||
storage:
|
storage:
|
||||||
@@ -153,6 +155,8 @@ secret:
|
|||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
|
auth:
|
||||||
|
enabled: false
|
||||||
master:
|
master:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
Reference in New Issue
Block a user