authelia/internal/configuration
Amir Zarrinkafsh 7584aaccb9
fix(session): add connection timeout and retry options to redis (#8146)
* fix(session): add connection timeout and retry options to redis

* docs: add new redis options to docs

Signed-off-by: Amir Zarrinkafsh <nightah@me.com>
2024-11-01 20:40:40 +00:00
..
schema fix(session): add connection timeout and retry options to redis (#8146) 2024-11-01 20:40:40 +00:00
test_resources test(configuration): add config directory test (#8117) 2024-10-27 14:39:09 +11:00
validator fix(configuration): utilise updated psl for domain validation (#8119) 2024-10-29 19:12:43 +11:00
config.template.yml fix(session): add connection timeout and retry options to redis (#8146) 2024-11-01 20:40:40 +00:00
configuration_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
const.go fix(configuration): failure to map deprecated value correctly (#6964) 2024-03-20 10:57:11 +11:00
const_test.go test: ensure template is tested (#6967) 2024-03-31 18:27:52 +11:00
decode_hooks.go fix(oidc): potential nil panic with misconfigured client (#7138) 2024-04-11 21:11:42 +10:00
decode_hooks_test.go fix(configuration): key with trailing data ignored (#7358) 2024-05-29 22:53:57 +10:00
deprecation.go refactor: linting (#7863) 2024-09-20 11:11:53 +10:00
helpers.go fix(configuration): include more helpful address mapping logs (#6909) 2024-03-16 22:50:40 +11:00
helpers_test.go fix(configuration): include more helpful address mapping logs (#6909) 2024-03-16 22:50:40 +11:00
koanf_callbacks.go fix(configuration): secret permission errors panic (#5141) 2023-04-08 16:02:34 +10:00
koanf_callbacks_test.go test: fix linting (#6303) 2023-11-20 20:35:53 +11:00
koanf_provider_filtered_file.go fix(configuration): templating panic edge case (#8130) 2024-10-30 15:41:50 +11:00
koanf_provider_filtered_file_test.go feat(configuration): file filters (#4515) 2022-12-21 20:48:14 +11:00
koanf_util.go refactor: use unified string join utils (#7659) 2024-08-10 13:36:51 +10:00
koanf_util_test.go fix(configuration): include more helpful address mapping logs (#6909) 2024-03-16 22:50:40 +11:00
provider.go fix(configuration): include more helpful address mapping logs (#6909) 2024-03-16 22:50:40 +11:00
provider_test.go test(configuration): add read file tests (#8118) 2024-10-27 15:22:40 +11:00
sources.go fix(commands): config template empty feedback (#6917) 2024-03-17 13:05:17 +11:00
template.go feat(configuration): file filters (#4515) 2022-12-21 20:48:14 +11:00
template_test.go feat(server): listen on unix sockets (#5038) 2023-05-07 15:48:26 +10:00
types.go feat(commands): config template command (#6013) 2023-09-20 06:21:40 +10:00