Dex与ArgoCD捆绑,无法连接GITLAB


url: https://<myproxy_Cloudflare_URL>/api/dex/callback
dex.config: |
connectors:
- type: gitlab
id: gitlab
name: GitLab
config:
clientID: <ID>
clientSecret: <Secret>

这是我的配置添加到argocd Dex部分的Configmap,那么这里的问题是什么呢?

根据我的理解,你不必在"url"中指定url: https:///api/dex/callback部分,这将是你的redirectURI部分,如果你看一下argocd官方文档,你甚至不需要提到redirectURI,你可以尝试使用它,如果问题仍然存在,你可以共享日志

请根据argocd文档更改url。

url: https://<myproxy_Cloudflare_URL>

最新更新