authelia/internal/configuration
James Elliott c1ac25a15b
[FEATURE] Config Validation (#901)
* [FEATURE] Config Validation

* check configuration for invalid keys on startup
* allow users to manually trigger all configuration validation on a file using a cmd
* setup all defaults in config template and run tests against it to prevent accidents
* use tests to check bad configuration values are caught
* use tests to check old configuration values are caught
* add tests for specific key errors
* resolve merge conflicts
* nolint prealloc for test
2020-04-23 11:47:27 +10:00
..
schema [MISC] Ignore errcheck recommendations for legacy code (#893) 2020-04-22 13:33:14 +10:00
test_resources [FEATURE] Config Validation (#901) 2020-04-23 11:47:27 +10:00
validator [FEATURE] Config Validation (#901) 2020-04-23 11:47:27 +10:00
reader.go [FEATURE] Config Validation (#901) 2020-04-23 11:47:27 +10:00
reader_test.go [FEATURE] Config Validation (#901) 2020-04-23 11:47:27 +10:00