root: expose session storage configuration (#9337)

* root: expose session storage configuration

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-04-18 20:53:27 +02:00
committed by GitHub
parent 82875cfc0e
commit 64d4a19ccf
3 changed files with 20 additions and 1 deletions

View File

@ -313,6 +313,14 @@ Configure how long reputation scores should be saved for in seconds. Note that t
Defaults to `86400`.
### `AUTHENTIK_SESSION_STORAGE`
:::info
Requires authentik 2024.4
:::
Configure if the sessions are stored in the cache or the database. Defaults to `cache`. Allowed values are `cache` and `db`. Note that changing this value will invalidate all previous sessions.
### `AUTHENTIK_WEB__WORKERS`
:::info