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
This includes the ability to disable dex and also provide a secure dex client key. However this has led two issues
Helm dex configuration is duplicated
The epinio chart values now contains duplicate sections for dex and epinio-ui: dex (see below for example)
Dex client secret
The dex client contains a secret that is used in it's chart template. This same value must also be used in the epinio-ui chart. This is currently duplicated, but should change to use a kube secret anyway
Dex integration was added by #167.
This includes the ability to disable dex and also provide a secure dex client key. However this has led two issues
Helm dex configuration is duplicated
The epinio chart values now contains duplicate sections for
dex
andepinio-ui: dex
(see below for example)Dex client secret
The dex client contains a secret that is used in it's chart template. This same value must also be used in the epinio-ui chart. This is currently duplicated, but should change to use a kube secret anyway
Example epinio values.yaml
The text was updated successfully, but these errors were encountered: