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
After upgrading to 2.12 we were denied access to our argocd_repository resources. Reverting back to 2.11 fixed it and doing a terraform state remove then import also fixed it.
We have a lot of apps so upgrading without messing with the state file would be big help
Terraform Version, ArgoCD Provider Version and ArgoCD Version
resource"argocd_repository""github" {
repo=data.github_repository.this.http_clone_urlproject=argocd_project.this[0].metadata[0].namename=local.infra_repo_namelifecycle {
# these get populated upstream by argoignore_changes=[githubapp_id, githubapp_installation_id]
}
}
Debug Output
│ Error: failed to read repository https://github.com/GetTerminus/api-key-idp-infra.git
│
│ with module.this_app.argocd_repository.github[0],
│ on .terraform/modules/this_app/main.tf line 6, in resource "argocd_repository" "github":
│ 6: resource "argocd_repository" "github" {
│
│ rpc error: code = PermissionDenied desc = permission denied
Steps to Reproduce
upgrade argocd from 2.11 > 2.12
run tf plan or apply with an existing argocd_repository
Expected Behavior
Nothing should change as just the argocd version is updated
Actual Behavior
argocd_repository fails to be read
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
I believe I am having this same issue with my ArgoCD upgrade although I am going to 2.11
Currently we are using Helm Chart: 5.16.13 and I'm trying to upgrade to 6.9.3 (reason for this is a different bug introduced in 6.10 - I think irrelevant to this). This means we're going from App version 2.5 to 2.11, and in this upgrade I am now seeing this permission error when I go to deploy applications.
The errors looked potentially related to grpc but if I login with the cli I can provision applications using the --grpc-web
flag so I am definitely at a loss as to where to go from here
After upgrading to 2.12 we were denied access to our argocd_repository resources. Reverting back to 2.11 fixed it and doing a terraform state remove then import also fixed it.
We have a lot of apps so upgrading without messing with the state file would be big help
Terraform Version, ArgoCD Provider Version and ArgoCD Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Steps to Reproduce
Expected Behavior
Nothing should change as just the argocd version is updated
Actual Behavior
argocd_repository fails to be read
Community Note
The text was updated successfully, but these errors were encountered: