RBAC granular permissions to rollback application #19846
Unanswered
marcogenualdo
asked this question in
Q&A
Replies: 1 comment
-
I don't believe there is away to have granular permissions specific for rollback (at least with v2.12) but I believe
Source code to why I think it's sync not update: https://github.com/argoproj/argo-cd/blob/master/server/application/application.go#L2042 |
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
-
I have several applications on a Kubernetes cluster deployed using ArgoCD. One role needs to be able, among other things, to rollback a given application. I know that the line
grants the rollback permission, but it also grants permission to change the application in any way (e.g. edit yaml values), which is undesirable. Is there a set of policies that allows me to grant a role only the rollback operation?
Beta Was this translation helpful? Give feedback.
All reactions