consul/acl
Daniel Nephin cd4e70b34c acl: fix default authorizer for down_policy
This was causing a nil panic because a nil authorizer is no longer valid after the cleanup done
in https://github.com/hashicorp/consul/pull/10632.
2021-09-23 18:12:22 -04:00
..
acl.go
acl_oss.go partition dicovery chains (#10983) 2021-09-07 16:29:32 -04:00
acl_test.go acl: adding a new mesh resource 2021-09-03 09:12:03 -04:00
authorizer.go acl: adding a new mesh resource 2021-09-03 09:12:03 -04:00
authorizer_oss.go
authorizer_test.go acl: adding a new mesh resource 2021-09-03 09:12:03 -04:00
chained_authorizer.go acl: adding a new mesh resource 2021-09-03 09:12:03 -04:00
chained_authorizer_test.go acl: adding a new mesh resource 2021-09-03 09:12:03 -04:00
errors.go
policy.go acl: adding a new mesh resource 2021-09-03 09:12:03 -04:00
policy_authorizer.go acl: fix intention:*:write checks (#11061) 2021-09-16 11:08:45 -05:00
policy_authorizer_oss.go
policy_authorizer_test.go acl: adding a new mesh resource 2021-09-03 09:12:03 -04:00
policy_merger.go acl: rename merge context update() -> fill() 2021-09-14 15:20:56 -07:00
policy_merger_oss.go acl: rename merge context update() -> fill() 2021-09-14 15:20:56 -07:00
policy_oss.go
policy_test.go acl: adding a new mesh resource 2021-09-03 09:12:03 -04:00
static_authorizer.go acl: fix default authorizer for down_policy 2021-09-23 18:12:22 -04:00
static_authorizer_test.go