authentik update
This commit is contained in:
@@ -5,8 +5,10 @@ authentik:
|
|||||||
error_reporting:
|
error_reporting:
|
||||||
enabled: true
|
enabled: true
|
||||||
postgresql:
|
postgresql:
|
||||||
password: "ThisIsNotASecurePassword"
|
host: "your-cnpg-cluster-rw.namespace.svc.cluster.local"
|
||||||
|
name: "authentik"
|
||||||
|
port: 5432
|
||||||
|
existingSecret: "authentik-credentials" # if you want to use a secret
|
||||||
server:
|
server:
|
||||||
ingress:
|
ingress:
|
||||||
# Specify kubernetes ingress controller class name
|
# Specify kubernetes ingress controller class name
|
||||||
@@ -15,7 +17,8 @@ server:
|
|||||||
hosts:
|
hosts:
|
||||||
- authentik.domain.tld
|
- authentik.domain.tld
|
||||||
|
|
||||||
|
# Disable the built-in PostgreSQL
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: false
|
||||||
auth:
|
auth:
|
||||||
password: "ThisIsNotASecurePassword"
|
password: "ThisIsNotASecurePassword"
|
||||||
Reference in New Issue
Block a user