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:
Tobias Mandjik 2021-09-05 19:58:42 +02:00 committed by GitHub
parent 9ad4cf1db9
commit b5cc2f2bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -32,7 +32,7 @@ authentik:
outposts:
docker_image_base: beryju.org/authentik/outpost-%(type)s:gh-%(build_hash)s
image:
name: beryju.org/authentik/server
repository: beryju.org/authentik/server
tag: gh-next
# pullPolicy: Always to ensure you always get the latest version
pullPolicy: Always

View File

@ -53,6 +53,10 @@ To use an S3-compatible storage, set the following 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
Log level for the server and worker containers. Possible values: debug, info, warning, error