-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[bitnami/argo-cd] oidc authentication flow: NOAUTH Authentication required #32444
Comments
Hi, Could you describe in with what keycloak chart version this integration worked? Maybe something changed in newer Keycloak versions |
Hi @javsalgar, In another k8s cluster (same version 1.31.3) I have bitnami/argo-cd 5.1.17 and bitnami/keycloak 16.1.7. They are very old but they work. I can try to update and see if I have the same problem. I see both on argocd-server and argocd-repo-server pod the same recurring error, i.e. |
I have updated argo-cd from 5.1.17 to 7.2.3 (and I haven't touched keycloak) and now I am starting to see the same problem:
Maybe it is something related to the use of password file instead of env var ? |
We experience the same thing with a freshly installed v7.2.3. Our values are: fullnameOverride: argocd
applicationSet:
enabled: true
serviceAccount:
automountServiceAccountToken: true
controller:
resourcesPreset: small
serviceAccount:
create: true
repoServer:
resourcesPreset: small The error we get is:
|
After further investigations, I have discovered that my previous message is not related to the Bitnami chart. |
Thanks for letting us know! |
@javsalgar, I am sure I do no have invalid characters in my argocd application name (mine is: "alpha"). |
@javsalgar, I have found the problem. As I have guessed previously there is a problem with the usage of password files instead of environment variables. Disabling the usage of password files solves the problem. usePasswordFiles: false So it seems that argocd services are not configured to use redis password when it is passes via mounted file. |
Thanks for letting us know! This PR should fix the issue #32477 |
@javsalgar, I have updated to bitnami/argo-cd 7.2.4 and I am still getting the same error. |
Hi @javsalgar, should I open a new issue? |
No need, I just reopened it |
Is it clear the problem? I still get the same error after updating to 7.2.4. For now I've just set |
@javsalgar, any update? |
Name and Version
bitnami/argocd 7.2.3
What architecture are you using?
amd64
What steps will reproduce the bug?
argocd-secret
to include keycloak client id and secret:Notes
Are you using any custom parameters or values?
Keycloak
ArgoCD
What is the expected behavior?
I should be able to log into argo-cd using keycloak (it does work on previous versions, namely: )
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: