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
Hi, I need some advice, please. I'm trying to make the ArgoCD server accessible from my Golang application using the ArgoCD client library, but unfortunately there is a dex in front of ArgoCD that uses LDAP as a backend. So I would need to somehow issue a login token using the dex server I suppose. I would like to log in using the user that is in that LDAP. I found the option of using the ArgoCD service account, but unfortunately that is not possible. The only way I can currently get in is with a dex/ldap account. Has anyone ever solved something like this ?
Thank you very much in advance for any ideas and help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I need some advice, please. I'm trying to make the ArgoCD server accessible from my Golang application using the ArgoCD client library, but unfortunately there is a dex in front of ArgoCD that uses LDAP as a backend. So I would need to somehow issue a login token using the dex server I suppose. I would like to log in using the user that is in that LDAP. I found the option of using the ArgoCD service account, but unfortunately that is not possible. The only way I can currently get in is with a dex/ldap account. Has anyone ever solved something like this ?
Thank you very much in advance for any ideas and help.
Beta Was this translation helpful? Give feedback.
All reactions