open-consul/acl
Daniel Nephin f6d5a85561 acl: move check for Intention.DestinationName into Authorizer
Follow up to https://github.com/hashicorp/consul/pull/10737#discussion_r680134445

Move the check for the Intention.DestinationName into the Authorizer to remove the
need to check what kind of Authorizer is being used.

It sounds like this check is only for legacy ACLs, so is probably just a safeguard
.
2021-08-04 18:06:44 -04:00
..
acl.go Small typo in docstring (#8280) 2020-07-09 17:38:50 -06:00
acl_oss.go Intentions ACL enforcement updates (#7028) 2020-01-13 15:51:40 -05:00
acl_test.go agent: protect the ui metrics proxy endpoint behind ACLs (#9099) 2020-11-04 12:50:03 -06:00
authorizer.go agent: protect the ui metrics proxy endpoint behind ACLs (#9099) 2020-11-04 12:50:03 -06:00
authorizer_oss.go Miscellaneous acl package cleanup 2019-12-18 13:44:32 -05:00
authorizer_test.go acl: remove t.Parallel 2020-11-17 12:37:02 -05:00
chained_authorizer.go agent: protect the ui metrics proxy endpoint behind ACLs (#9099) 2020-11-04 12:50:03 -06:00
chained_authorizer_test.go acl: remove t.Parallel 2020-11-17 12:37:02 -05:00
errors.go Add helper for generating better permission denied errors 2020-06-16 15:06:18 -04:00
policy.go Miscellaneous acl package cleanup 2019-12-18 13:44:32 -05:00
policy_authorizer.go acl: move check for Intention.DestinationName into Authorizer 2021-08-04 18:06:44 -04:00
policy_authorizer_oss.go Miscellaneous acl package cleanup 2019-12-18 13:44:32 -05:00
policy_authorizer_test.go acl: remove t.Parallel 2020-11-17 12:37:02 -05:00
policy_merger.go ACL Authorizer overhaul (#6620) 2019-10-15 16:58:50 -04:00
policy_merger_oss.go ACL Authorizer overhaul (#6620) 2019-10-15 16:58:50 -04:00
policy_oss.go Miscellaneous acl package cleanup 2019-12-18 13:44:32 -05:00
policy_test.go Enable gofmt simplify 2020-06-16 13:21:11 -04:00
static_authorizer.go agent: protect the ui metrics proxy endpoint behind ACLs (#9099) 2020-11-04 12:50:03 -06:00
static_authorizer_test.go acl: remove t.Parallel 2020-11-17 12:37:02 -05:00