Replies: 2 comments
-
Hi @treenerd did you ever figure out if this was possible? We're running into the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The solution for me was to store the password in the argocd-secret instead of updating password with the argocd cli tool as referenced in the docs.
Generate bcrypt hash for any password with the argocd cli tool: argocd-cm:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear ArgoCD community,
ArgoCD version v2.8.3+77556d9
I have a situation where I would like to use dex OIDC and local users.
Tried to follow the docs, but run always into issues with the local user.
I checked if the user got created with argocd cli with
argocd account list
and the user was created.So I followed the docs and set a password for the user.
But when I try to login, I always got
Invalid user or password
.I tried to check if the user and password combination is the issue multiple times :-D . But who knows ..
So my question is:
Is it possible to have dex config (OIDC) and local user accounts at the same time?
Or is dex replacing the local user management completely if enabled?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions