authelia/internal/configuration
James Elliott 9789ad070b
fix(configuration): ldap timeout option not recognized as valid (#2252)
This is so an unexpected error doesn't occur when someone uses the new ldap timeout key which we missed adding to the list of valid keys in b2a49e1780.
2021-08-06 09:28:52 +10:00
..
schema feat(authentication): allow customizable ldap connection timeout (#2240) 2021-08-05 14:30:00 +10:00
test_resources perf(authentication): improve ldap dynamic replacement performance (#2239) 2021-08-05 14:17:07 +10:00
validator fix(configuration): ldap timeout option not recognized as valid (#2252) 2021-08-06 09:28:52 +10:00
config.template.yml feat(authentication): allow customizable ldap connection timeout (#2240) 2021-08-05 14:30:00 +10:00
configuration_test.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
const.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
helpers.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
helpers_test.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
koanf_callbacks.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
koanf_callbacks_test.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
provider.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
provider_test.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
sources.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
template.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
template_test.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
types.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00