From 991d0470120c7cbf272bf9a85c2ecb43b696df54 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 4 Dec 2021 14:40:45 +0000 Subject: [PATCH] commit d6c8139662bd13493372970a3bdf0557e5d67646 Author: Robert Kaussow Date: Sat Dec 4 15:37:10 2021 +0100 feat: add option authelia_storage_encryption_key (#2) Co-authored-by: Robert Kaussow Co-committed-by: Robert Kaussow --- index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index e16f9d8..88f4b54 100644 --- a/index.md +++ b/index.md @@ -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