authelia/internal/configuration/validator
James Elliott b9fb33d806
[FEATURE] File Secrets (#896)
* [FEATURE] File Secret Loading

* add a validator for secrets
* run the secrets validator before the main config validator
* only allow a secret to be defined in one of: config, env, file env
* remove LF if found in file
* update configuration before main config validation
* fix unit tests
* implement secret testing
* refactor the secrets validator
* make check os agnostic
* update docs
* add warning when user attempts to use ENV instead of ENV file
* discourage ENV in docs
* update config template
* oxford comma
* apply suggestions from code review
* rename Validate to ValidateConfiguration
* add k8s example
* add deprecation notice in docs and warning
* style changes
2020-04-23 11:11:32 +10:00
..
authentication_test.go [BUGFIX] Password hashing schema map mismatch with docs (#852) 2020-04-11 13:54:18 +10:00
authentication.go [BUGFIX] Password hashing schema map mismatch with docs (#852) 2020-04-11 13:54:18 +10:00
configuration_test.go [FEATURE] File Secrets (#896) 2020-04-23 11:11:32 +10:00
configuration.go [FEATURE] File Secrets (#896) 2020-04-23 11:11:32 +10:00
notifier_test.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
notifier.go [FEATURE] Notifier Startup Checks (#889) 2020-04-21 14:59:38 +10:00
regulation_test.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
regulation.go [MISC] Implement golint recommendations (#885) 2020-04-20 23:03:38 +02:00
secrets.go [FEATURE] File Secrets (#896) 2020-04-23 11:11:32 +10:00
session_test.go [Buildkite] Introduce CI linting with golangci-lint and reviewdog (#832) 2020-04-09 11:05:17 +10:00
session.go [Buildkite] Introduce CI linting with golangci-lint and reviewdog (#832) 2020-04-09 11:05:17 +10:00
storage_test.go [FEATURE] File Secrets (#896) 2020-04-23 11:11:32 +10:00
storage.go [FEATURE] File Secrets (#896) 2020-04-23 11:11:32 +10:00
totp_test.go [Buildkite] Introduce CI linting with golangci-lint and reviewdog (#832) 2020-04-09 11:05:17 +10:00
totp.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00