allow attaching ACL policy to entire namespace #17181
Labels
hcc/jira
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/auth
theme/workload-identity
type/enhancement
Proposal
Having the ability to apply policy to the entire namespace.
Use-cases
We operate dev environments. Each env is a Nomad job. These jobs share the same set of variables under unified variable path.
It would be nice, if we could allow all of the jobs in the namespace to be able to access the variable path without having to manually apply a policy per job. Since policy apply requires a
management
token, this requires anyone that needs to deploy such environment to have a root token.Attempted Solutions
Right now we just have a job that monitors the nomad event stream and applies policies to jobs in the namespace.
The text was updated successfully, but these errors were encountered: