You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This policy allows periodic jobs to be launched but it also gives permission to modify/stop/delete jobs, which is far more permission than we want to grant to just launch a job that already exists.
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
0.10.4
Issue
There is no namespace ACL policy that allows a periodic job to be launched without also giving permission to change and delete jobs.
This policy allows parameterized jobs to be launched but not periodic:
This policy allows periodic jobs to be launched but it also gives permission to modify/stop/delete jobs, which is far more permission than we want to grant to just launch a job that already exists.
Use Case
In production we want to allow teams to launch periodic/batch jobs that already exist but not be able to modify them in any way.
The text was updated successfully, but these errors were encountered: