xunholy/k8s-gitops

Update DEX with custom frontend theme

xunholy opened this issue · 1 comments

Details

DEX is installed using pre-existing themes that are available, namely coreos and tectonic.

source: https://github.com/dexidp/dex/tree/master/web/themes

To use a custom theme you need just to put it along with others into a web directory. The folder structure should be the same: logo, favicon, and CSS.

After that, add

frontend:
   theme: yourthemefolder

to your dex config.

This will need to be added as a volume mount using the DEX chart https://github.com/helm/charts/blob/05f1535dbe89bdb888f5a6b8b8b2cef57c9c672f/stable/dex/values.yaml#L116

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.93. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.