open-consul/acl
Matt Keeler 609c9dab02
Miscellaneous Fixes (#6896)
Ensure we close the Sentinel Evaluator so as not to leak go routines

Fix a bunch of test logging so that various warnings when starting a test agent go to the ltest logger and not straight to stdout.

Various canned ent meta types always return a valid pointer (no more nils). This allows us to blindly deref + assign in various places.

Update ACL index tracking to ensure oss -> ent upgrades will work as expected.

Update ent meta parsing to include function to disallow wildcarding.
2019-12-06 14:01:34 -05:00
..
acl.go ACL Authorizer overhaul (#6620) 2019-10-15 16:58:50 -04:00
acl_oss.go Miscellaneous Fixes (#6896) 2019-12-06 14:01:34 -05:00
acl_test.go ACL Authorizer overhaul (#6620) 2019-10-15 16:58:50 -04:00
authorizer.go [Feature] API: Add a internal endpoint to query for ACL authori… (#6888) 2019-12-06 09:25:26 -05:00
authorizer_oss.go [Feature] API: Add a internal endpoint to query for ACL authori… (#6888) 2019-12-06 09:25:26 -05:00
authorizer_test.go [Feature] API: Add a internal endpoint to query for ACL authori… (#6888) 2019-12-06 09:25:26 -05:00
chained_authorizer.go Update the ACL Resolver to allow for Consul Enterprise specific hooks. (#6687) 2019-10-25 11:06:16 -04:00
chained_authorizer_oss.go ACL Authorizer overhaul (#6620) 2019-10-15 16:58:50 -04:00
chained_authorizer_test.go ACL Authorizer overhaul (#6620) 2019-10-15 16:58:50 -04:00
policy.go Updates to allow for Namespacing ACL resources in Consul Enterp… (#6675) 2019-10-24 14:38:09 -04:00
policy_authorizer.go ACL Authorizer overhaul (#6620) 2019-10-15 16:58:50 -04:00
policy_authorizer_oss.go ACL Authorizer overhaul (#6620) 2019-10-15 16:58:50 -04:00
policy_authorizer_test.go ACL Authorizer overhaul (#6620) 2019-10-15 16:58:50 -04: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 Updates to allow for Namespacing ACL resources in Consul Enterp… (#6675) 2019-10-24 14:38:09 -04:00
policy_test.go Updates to allow for Namespacing ACL resources in Consul Enterp… (#6675) 2019-10-24 14:38:09 -04:00
static_authorizer.go ACL Authorizer overhaul (#6620) 2019-10-15 16:58:50 -04:00
static_authorizer_test.go ACL Authorizer overhaul (#6620) 2019-10-15 16:58:50 -04:00