disable guest and account creation in kaneo
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
This commit is contained in:
@@ -55,6 +55,7 @@ spec:
|
|||||||
kaneo:
|
kaneo:
|
||||||
env:
|
env:
|
||||||
clientUrl: "https://kaneo.lumpiasty.xyz"
|
clientUrl: "https://kaneo.lumpiasty.xyz"
|
||||||
|
disablePasswordRegistration: true
|
||||||
database:
|
database:
|
||||||
external:
|
external:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -75,3 +76,5 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: kaneo-authentik
|
name: kaneo-authentik
|
||||||
key: client_secret
|
key: client_secret
|
||||||
|
- name: DISABLE_GUEST_ACCESS
|
||||||
|
value: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user