is it possible to use local users and dex OIDC in parallel #16175
-
|
Dear ArgoCD community, ArgoCD version v2.8.3+77556d9 I have a situation where I would like to use dex OIDC and local users. So my question is: Thank you |
Beta Was this translation helpful? Give feedback.
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.
-
|
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.
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.
argocd-secret:
Generate bcrypt hash for any password with the argocd cli tool:
argocd account bcrypt --password YOUR_PASSWORD
argocd-cm: