authelia/internal/configuration
James Elliott 347bd1be77
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 12:56:58 +11:00
..
schema feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
test_resources perf(authentication): improve ldap dynamic replacement performance (#2239) 2021-08-05 14:17:07 +10:00
validator feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
config.template.yml feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
configuration_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
const.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
helpers.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
helpers_test.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
koanf_callbacks.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
koanf_callbacks_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
provider.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
provider_test.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
sources.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
template.go refactor(configuration): add import commentary for golint (#2303) 2021-08-20 11:42:35 +10:00
template_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
types.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00