Skip to content
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

fix: add rolebinding to argocd-repo-server user #244

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

almadigabor
Copy link
Contributor

@almadigabor almadigabor commented Nov 23, 2022

In ArgoCD 2.4 a new ServiceAccount was introduced: argoproj/argo-cd#9301
This would break the AVP plugin as the new ServiceAccount does not have get access to Secrets in argocd namespace. Adding new RoleBinding to this account would solve the access issue.
ArgoCD issue with possible solution: argoproj/argo-cd#10499 (comment)

I've also left the RoleBinding for the default ServiceAccount to avoid compatibility issues.

@almadigabor almadigabor requested a review from a team November 23, 2022 09:33
@almadigabor almadigabor merged commit ee72292 into main Nov 23, 2022
@almadigabor almadigabor deleted the fix/add-rolebinding-to-argocd-repo-server-user branch November 23, 2022 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants