open-nomad/acl
Tim Gross a4e89d72a8
secure vars: filter by path in List RPCs (#14036)
The List RPCs only checked the ACL for the Prefix argument of the request. Add
an ACL filter to the paginator for the List RPC.

Extend test coverage of ACLs in the List RPC and in the `acl` package, and add a
"deny" capability so that operators can deny specific paths or prefixes below an
allowed path.
2022-08-15 11:38:20 -04:00
..
acl.go
acl_test.go secure vars: filter by path in List RPCs (#14036) 2022-08-15 11:38:20 -04:00
policy.go secure vars: filter by path in List RPCs (#14036) 2022-08-15 11:38:20 -04:00
policy_test.go