-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
PermissionDenied on app creation using project tokens in >= v1.8.3 #5382
Comments
I've tried to reproduce it and noticed that |
I think I copied the wrong yaml, here is the manifest right out of the cluster
The ci-cd role is definitly there and lists a token, still getting the permission denied |
@alexmt can you share how you reproduced it? maybe I am doing something wrong |
I tried this again with v1.8.4 and got an interesting new error
|
That looks like another issue. Trying to reproduce a theory |
Token is definitely there in the CR |
seeing the same in 1.8.5 |
still seeing this issue in |
Checklist:
argocd version
.Describe the bug
WIth
v1.8.3
I am getting this error when attempting to create/sync an application using project tokens. Seems similar to #1019The same process/yaml worked in
v1.7.6
To Reproduce
I have created a project using this project yaml and running
kubectl create -f project.yaml
:I then create a project token using this command
which returns successfully
I then attempt to create this application using this manifest:
command:
where I then recieve this error
Expected behavior
I would expect the application to get created properly, instead of permission denied
Screenshots
If applicable, add screenshots to help explain your problem.
Version
Logs
The text was updated successfully, but these errors were encountered: