This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
authelia
Watch
1
Star
0
Fork
You've already forked authelia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5013952bae
authelia
/
internal
/
suites
/
CLI
/
storage.yml
7 lines
105 B
YAML
Raw
Normal View
History
Unescape
Escape
feat(storage): encrypted secret values (#2588) This adds an AES-GCM 256bit encryption layer for storage for sensitive items. This is only TOTP secrets for the time being but this may be expanded later. This will require a configuration change as per https://www.authelia.com/docs/configuration/migration.html#4330. Closes #682
2021-11-25 01:56:58 +00:00
---
storage
:
refactor: single quote yaml strings Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-05-07 06:41:41 +00:00
encryption_key
:
'a_not_so_secure_encryption_key'
feat(storage): encrypted secret values (#2588) This adds an AES-GCM 256bit encryption layer for storage for sensitive items. This is only TOTP secrets for the time being but this may be expanded later. This will require a configuration change as per https://www.authelia.com/docs/configuration/migration.html#4330. Closes #682
2021-11-25 01:56:58 +00:00
local
:
refactor: single quote yaml strings Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-05-07 06:41:41 +00:00
path
:
'/tmp/db.sqlite3'
feat(storage): encrypted secret values (#2588) This adds an AES-GCM 256bit encryption layer for storage for sensitive items. This is only TOTP secrets for the time being but this may be expanded later. This will require a configuration change as per https://www.authelia.com/docs/configuration/migration.html#4330. Closes #682
2021-11-25 01:56:58 +00:00
...