authelia/internal/configuration/validator
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
..
access_control.go fix(validator): misleading warning for empty acl domains (#1898) 2021-04-14 20:53:23 +10:00
access_control_test.go fix(validator): misleading warning for empty acl domains (#1898) 2021-04-14 20:53:23 +10:00
authentication.go docs: refactor several areas of documentation (#1726) 2021-04-11 21:25:03 +10:00
authentication_test.go docs: refactor several areas of documentation (#1726) 2021-04-11 21:25:03 +10:00
configuration.go fix(validator): misleading warning for empty acl domains (#1898) 2021-04-14 20:53:23 +10:00
configuration_test.go fix(validator): misleading warning for empty acl domains (#1898) 2021-04-14 20:53:23 +10:00
const.go fix(validator): misleading warning for empty acl domains (#1898) 2021-04-14 20:53:23 +10:00
keys.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
keys_test.go [MISC] Address errors from linter updates (#1308) 2020-09-04 13:20:17 +10:00
notifier.go [FEATURE] Enhance LDAP/SMTP TLS Configuration and Unify Them (#1557) 2021-01-04 21:28:55 +11:00
notifier_test.go [FEATURE] Enhance LDAP/SMTP TLS Configuration and Unify Them (#1557) 2021-01-04 21:28:55 +11:00
regulation.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
regulation_test.go perf(authorizer): preload access control lists (#1640) 2021-03-05 15:18:31 +11:00
secrets.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
secrets_test.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
server.go [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
server_test.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
session.go feat(session): add redis sentinel provider (#1768) 2021-03-10 10:03:05 +11:00
session_test.go feat(session): add redis sentinel provider (#1768) 2021-03-10 10:03:05 +11:00
storage.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
storage_test.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
theme.go [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
theme_test.go [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
totp.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
totp_test.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00