1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/authorization
James Elliott 3c1bb3ec19
feat(authorization): domain regex match with named groups ()
This adds an option to match domains by regex including two special named matching groups. User matches the username of the user, and Group matches the groups a user is a member of. These are both case-insensitive and you can see examples in the docs.
2022-04-01 22:38:49 +11:00
..
access_control_domain.go feat(authorization): domain regex match with named groups () 2022-04-01 22:38:49 +11:00
access_control_resource.go feat(authorization): domain regex match with named groups () 2022-04-01 22:38:49 +11:00
access_control_rule.go feat(authorization): domain regex match with named groups () 2022-04-01 22:38:49 +11:00
access_control_subjects.go feat(authorization): domain regex match with named groups () 2022-04-01 22:38:49 +11:00
authorizer_test.go feat(authorization): domain regex match with named groups () 2022-04-01 22:38:49 +11:00
authorizer.go feat(commands): add access-control check-policy command () 2022-02-28 14:15:01 +11:00
const.go feat(authorization): domain regex match with named groups () 2022-04-01 22:38:49 +11:00
types_test.go feat(authorization): domain regex match with named groups () 2022-04-01 22:38:49 +11:00
types.go feat(authorization): domain regex match with named groups () 2022-04-01 22:38:49 +11:00
util_test.go feat(authorization): domain regex match with named groups () 2022-04-01 22:38:49 +11:00
util.go feat(authorization): domain regex match with named groups () 2022-04-01 22:38:49 +11:00