Author: Robert Kaussow <xoxys@rknet.org>
Date:   Sat Dec 4 15:37:10 2021 +0100

    feat: add option authelia_storage_encryption_key (#2)
    Co-authored-by: Robert Kaussow <xoxys@rknet.org>
    Co-committed-by: Robert Kaussow <xoxys@rknet.org>
This commit is contained in:
Robert Kaussow 2021-12-04 14:40:45 +00:00
parent 9698af22db
commit 991d047012
1 changed files with 12 additions and 1 deletions

View File

@ -79,6 +79,7 @@ Setup Authelia authentication and authorization server.
* [authelia_storage_db_port](#authelia_storage_db_port)
* [authelia_storage_db_sslmode](#authelia_storage_db_sslmode)
* [authelia_storage_db_username](#authelia_storage_db_username)
* [authelia_storage_encryption_key](#authelia_storage_encryption_key)
* [authelia_theme](#authelia_theme)
* [authelia_totp_issuer](#authelia_totp_issuer)
* [authelia_totp_period](#authelia_totp_period)
@ -676,6 +677,16 @@ authelia_storage_db_sslmode: disable
authelia_storage_db_username: authelia
```
### authelia_storage_encryption_key
The encryption key used to encrypt data in the database. The minimum length of this key is 20 characters, however we generally recommend above 64 characters. For security reasons, it's highly recommended to create a unique key.
#### Default value
```YAML
authelia_storage_encryption_key: bp33fh3cTswzdMndXrrVMrLd
```
### authelia_theme
#### Default value
@ -729,7 +740,7 @@ authelia_user_home: /home/{{ authelia_user }}
#### Default value
```YAML
authelia_version: 4.30.1
authelia_version: 4.33.1
```
## Dependencies