How do I correctly format an RBAC action for ArgoCD rollouts? #18339
Replies: 1 comment
-
In the example, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a project-level RBAC permission allowing a project role to use the web ui to approve of rollouts.
I've set the action path to
actions/*/Rollouts/*
and it works, but this is a little too general for me. I want to narrow it down to just the rollout api group, but the official documentation is somewhat ambiguous and I'm having problem formatting the string.Official docs say:
https://argo-cd.readthedocs.io/en/stable/operator-manual/rbac/#the-action-action
The above doc says that given the actions for rollouts live in
resource_customizations/argoproj.io/Rollout
, I should use the pathaction/extensions/argoproj.io/Rollout/*
but that doesnt seem to work. Does anyone know how to actually format this path?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions