open-nomad/acl
Tim Gross 83dc3ec758 secure variables ACL policies (#13294)
Adds a new policy block inside namespaces to control access to secure
variables on the basis of path, with support for globbing.

Splits out VerifyClaim from ResolveClaim.
The ServiceRegistration RPC only needs to be able to verify that a
claim is valid for some allocation in the store; it doesn't care about
implicit policies or capabilities. Split this out to its own method on
the server so that the SecureVariables RPC can reuse it as a separate
step from resolving policies (see next commit).

Support implicit policies based on workload identity
2022-07-11 13:34:05 -04:00
..
acl.go secure variables ACL policies (#13294) 2022-07-11 13:34:05 -04:00
acl_test.go secure variables ACL policies (#13294) 2022-07-11 13:34:05 -04:00
policy.go secure variables ACL policies (#13294) 2022-07-11 13:34:05 -04:00
policy_test.go secure variables ACL policies (#13294) 2022-07-11 13:34:05 -04:00