Skip to content

Is there any reason that the official dex chart can't be used? #1762

Answered by pdrastil
cdobbyn asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, I had same question. After looking into the manifest you will find there is argo-dex CLI utility that reconfigures internals of Dex server and forces restarts when user does change in argocd-cm with Dex configuration. This utility hardcodes in-memory database for sessions so it's not possible to run multiple replicas that require some kind of external storage. Enabling multiple replicas means you either add yet another chart for running single instance database or using extranl database or using K8s cluster admin resources that would break namespaced installations for some users. Personally I would recommend to disable dex and use oauth if possible with external OAuth2 provider such a…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@cdobbyn
Comment options

@pdrastil
Comment options

@cdobbyn
Comment options

@mkilchhofer
Comment options

Answer selected by jmeridth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants