-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing permission in ArgoRollout cluster role #2795
Comments
Hi @Ahmed-Elkollaly , thank you for opening issue. |
I opened an issue in the argo-rollout project. thank you |
📝 |
Ill follow up on this and open a PR here now thats its merged upstream |
Hi @DrFaust92 |
yu-croco makes sense, but in this case it was a manifest only upstream change and doesnt require a binary release to add this. |
We only follow specific version of upstream, instead of main branch. |
Hi I had the same issue when use the |
Hi @muma378 , |
OK I got it, wo we are waiting for |
@Ahmed-Elkollaly addtional RBAC rules can be added to the cluster role through providerRBAC.additionalRules.
|
This issue is fixed in argo-rollouts v1.7.2 👍 |
Describe the bug
I can't use the recent feature
scaleDown
, used in migration to Argo rollout, due to missing permission inclusterrole
in the helm chart in argo-rollout v2.36.1 https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/templates/controller/clusterrole.yaml#L60https://argo-rollouts.readthedocs.io/en/stable/migrating/
The error from argo-rollout controller pod
time="2024-06-25T12:38:07Z" level=error msg="deployments.apps \"rollout-ref-deployment\" is forbidden: User \"system:serviceaccount:argo-rollouts:argo-rollouts\" cannot update resource \"deployments\" in API group \"apps\" in the namespace \"dev\"
Related helm chart
argo-rollouts
Helm chart version
2.36.1
To Reproduce
Steps to reproduce the issue
time="2024-06-25T12:38:07Z" level=error msg="deployments.apps \"rollout-ref-deployment\" is forbidden: User \"system:serviceaccount:argo-rollouts:argo-rollouts\" cannot update resource \"deployments\" in API group \"apps\" in the namespace \"dev\"
Expected behavior
use the recent feature
scaleDown
in argorollout v1.7.0 without any access issueScreenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: