authelia/internal/configuration
James Elliott 1e30b00f7e
fix(validator): misleading warning for empty acl domains (#1898)
This fixes misleading errors for ACL rules with an empty list of domains. This also enables admins to have a default policy with zero ACL rules as long as the default policy is not deny or bypass. It also adds a rule number to all ACL rule related log messages which is the position in the YAML list plus 1. Lastly it adds comprehensive per rule HIT/MISS logging when Authelia trace logging is enabled. This trace logging includes the rule number.
2021-04-14 20:53:23 +10:00
..
schema feat(session): add redis sentinel provider (#1768) 2021-03-10 10:03:05 +11:00
test_resources ci: add yamllint (#1895) 2021-04-11 06:51:00 +10:00
validator fix(validator): misleading warning for empty acl domains (#1898) 2021-04-14 20:53:23 +10:00
config.template.yml docs: refactor several areas of documentation (#1726) 2021-04-11 21:25:03 +10:00
const.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
reader.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
reader_test.go ci: add yamllint (#1895) 2021-04-11 06:51:00 +10:00