website/docs: add missing ENV, changed k8s beta instructions (#1350)
* fixed IsActive and IsSuperuser return string IsActive and IsSuperuser attributes were interchanged. * updated docs Co-authored-by: Tobias Mandjik <tobias.mandjik@linogics.io>
This commit is contained in:
parent
9ad4cf1db9
commit
b5cc2f2bda
|
@ -32,7 +32,7 @@ authentik:
|
||||||
outposts:
|
outposts:
|
||||||
docker_image_base: beryju.org/authentik/outpost-%(type)s:gh-%(build_hash)s
|
docker_image_base: beryju.org/authentik/outpost-%(type)s:gh-%(build_hash)s
|
||||||
image:
|
image:
|
||||||
name: beryju.org/authentik/server
|
repository: beryju.org/authentik/server
|
||||||
tag: gh-next
|
tag: gh-next
|
||||||
# pullPolicy: Always to ensure you always get the latest version
|
# pullPolicy: Always to ensure you always get the latest version
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
|
@ -53,6 +53,10 @@ To use an S3-compatible storage, set the following settings.
|
||||||
|
|
||||||
## authentik Settings
|
## authentik Settings
|
||||||
|
|
||||||
|
### AUTHENTIK_SECRET_KEY
|
||||||
|
|
||||||
|
Secret key used for cookie singing and unique user IDs, don't change this after the first install.
|
||||||
|
|
||||||
### AUTHENTIK_LOG_LEVEL
|
### AUTHENTIK_LOG_LEVEL
|
||||||
|
|
||||||
Log level for the server and worker containers. Possible values: debug, info, warning, error
|
Log level for the server and worker containers. Possible values: debug, info, warning, error
|
||||||
|
|
Reference in New Issue