authelia/internal/authorization
James Elliott 3d870e22fa
fix(commands): acl check missing query (#7940)
This fixes an issue where the access-control check-policy command ignores and fails to display the query criteria.

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2024-09-29 08:19:29 +10:00
..
access_control_domain.go test(authorization): add missing tests (#5478) 2023-05-24 19:23:46 +10:00
access_control_domain_test.go test(authorization): add missing tests (#5478) 2023-05-24 19:23:46 +10:00
access_control_query.go docs: jsonschema (#5493) 2023-09-03 16:01:46 +10:00
access_control_query_test.go docs: jsonschema (#5493) 2023-09-03 16:01:46 +10:00
access_control_resource.go fix(authorization): regex subj doesn't redirect anon user (#4037) 2022-09-26 14:33:08 +10:00
access_control_rule.go docs: jsonschema (#5493) 2023-09-03 16:01:46 +10:00
access_control_rule_test.go test(authorization): add missing tests (#5478) 2023-05-24 19:23:46 +10:00
access_control_subjects.go feat: oauth2 authorization bearer (#6774) 2024-03-05 19:11:16 +10:00
authorizer.go fix(authorization): mfa not detected in custom policies (#7116) 2024-04-10 19:36:33 +10:00
authorizer_test.go fix(authorization): mfa not detected in custom policies (#7116) 2024-04-10 19:36:33 +10:00
const.go refactor: add rule policy to trace log messages (#6713) 2024-03-05 21:29:20 +10:00
regexp.go test(authorization): add missing tests (#5478) 2023-05-24 19:23:46 +10:00
regexp_test.go test(authorization): add missing tests (#5478) 2023-05-24 19:23:46 +10:00
types.go fix(commands): acl check missing query (#7940) 2024-09-29 08:19:29 +10:00
types_test.go test(authorization): add missing tests (#5478) 2023-05-24 19:23:46 +10:00
util.go fix(authorization): mfa not detected in custom policies (#7116) 2024-04-10 19:36:33 +10:00
util_test.go fix(authorization): mfa not detected in custom policies (#7116) 2024-04-10 19:36:33 +10:00