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
Since the merge of this #15036, namespaced Argo CD installation misses some permissions in the application controller Role.
I think we should add the following permissions in this Role:
- apiGroups:
- apps
resources:
- deployments
verbs:
- get
- list
- watch
To Reproduce
Make a namespaced Argo CD installation and look at the controller logs
W1204 21:00:55.732006 7 reflector.go:324] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: failed to list *v1.Deployment: deployments.apps is forbidden: User "system:serviceaccount:argo-cd:argocd-application-controller" cannot list resource "deployments" in API group "apps" in the namespace "argo-cd"
E1204 21:00:55.732043 7 reflector.go:138] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1.Deployment: failed to list *v1.Deployment: deployments.apps is forbidden: User "system:serviceaccount:argo-cd:argocd-application-controller" cannot list resource "deployments" in API group "apps" in the namespace "argo-cd"
The text was updated successfully, but these errors were encountered:
Checklist:
argocd version
.Describe the bug
Since the merge of this #15036, namespaced Argo CD installation misses some permissions in the application controller Role.
I think we should add the following permissions in this Role:
To Reproduce
Make a namespaced Argo CD installation and look at the controller logs
Expected behavior
Don't have forbidden errors in the logs
Version
Logs
The text was updated successfully, but these errors were encountered: