Why does Argo Rollouts dashboard require Deployment.apps Patch permission to Rollback a rollout revision? #3524
Desolar1um
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm testing the Argo Rollouts dashboard, and was trying a rollback on a rollout. This failed with the following error in my k8s audit logs. I feel like the only permission it should need is replicaSet and Service related in order to spin back up the old one, and update the service.
I haven't found an explanation of permissions required in the documentation, hoping to get some clarity here.
Thank you!
Edit: I am using the
workloadRef
field to reference my old Deployment. I'm assuming that has something to do with it.Beta Was this translation helpful? Give feedback.
All reactions