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
We deploy ArgoCD with the official Helm chart (via Terraform) and experiencing an issue with configuring Repo Credential Templates with GH Apps. The secret that is created via the Helm Chart contains the correct information but the Base64 String for the GH Private Key is wrong.
If we do the deployment via the Helm Chart the repo access doesn't work because of a 403 Forbidden. If we create the same credentials manually with the exact same data it's working. After investigating the two secrets, the one generated from the Helm Chart and the one that was created from the manual creating, I realized that the Base64 String for the private key is different. Only the last two characters are not the same:
Describe the bug
We deploy ArgoCD with the official Helm chart (via Terraform) and experiencing an issue with configuring Repo Credential Templates with GH Apps. The secret that is created via the Helm Chart contains the correct information but the Base64 String for the GH Private Key is wrong.
If we do the deployment via the Helm Chart the repo access doesn't work because of a 403 Forbidden. If we create the same credentials manually with the exact same data it's working. After investigating the two secrets, the one generated from the Helm Chart and the one that was created from the manual creating, I realized that the Base64 String for the private key is different. Only the last two characters are not the same:
From Helm:
abdcwasd1234VkFURSBLRVktLS0tLQo=
Manually created:
abdcwasd1234VkFURSBLRVktLS0tLQ==
Related helm chart
argo-cd
Helm chart version
7.7.3
To Reproduce
Looks to me like a incorrect Base64 rendering.
Expected behavior
The Base64 String for the private key should be generated correctly
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: