authelia/internal/authorization
James Elliott ab1d0c51d3
feat(authorization): acl resource regex named groups (#3597)
This adds the named group functionality from domain_regex to the resource criteria.
2022-06-28 12:51:05 +10:00
..
access_control_domain.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
access_control_resource.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
access_control_rule.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
access_control_subjects.go feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
authorizer.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
authorizer_test.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
const.go feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
regexp.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
types.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
types_test.go feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
util.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
util_test.go feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00