Dex is OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.
Install with:
helm repo add dex https://charts.dexidp.io/
helm install dex dex/dex -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
dex | xunholy/k8s-gitops | 594 | 0.24.0 | 4 days ago |
dex | allenporter/k8s-gitops | 35 | 0.24.0 | a month ago |
See the most popular values for this chart:
Key | Types |
---|---|
string | |
string | |
boolean | |
ingress.hosts[].host (3) auth.${SERVICE_DOMAIN} | string |
string | |
string | |
ingress.tls[].hosts[] (3) - auth.${SERVICE_DOMAIN} | string |
ingress.tls[].secretName (3) dex-tls | string |
config.issuer (2) https://dexidp.${name_service_dns_domain} | string |
config.storage.type (2) kubernetes | string |
string | |
config.storage.config.host (1) postgres | string |
boolean | |
number | |
string | |
config.connectors[].config.clientID (1) $GITHUB_CLIENT_ID | string |
config.connectors[].config.clientSecret (1) $GITHUB_CLIENT_SECRET | string |
string | |
string | |
config.connectors[].config.redirectURI (1) http://127.0.0.1:5556/dex/callback | string |
string | |
string | |
string | |
boolean | |
string | |
string | |
config.staticClients[].id (1) miniflux | string |
config.staticClients[].name (1) Miniflux | string |
config.staticClients[].redirectURIs[] (1) - https://miniflux.${name_service_dns_domain}/oauth2/oidc/callback | string |
config.staticClients[].secret (1) ${MINIFLUX_CLIENT_SECRET} | string |
config.staticPasswords[].email (1) user@dex.local | string |
config.staticPasswords[].hash (1) $2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W | string |
config.staticPasswords[].userID (1) e4d0f2da-af40-11ef-8ae1-3fe0522c43fb | string |
string | |
config.web.http (1) 0.0.0.0:5556 | string |
config.web.https (1) 0.0.0.0:5556 | string |
config.web.tlsCert (1) /etc/dex/tls/tls.crt | string |
config.web.tlsKey (1) /etc/dex/tls/tls.key | string |
boolean | |
configSecret.name (2) dex-config | string |
string | |
image.repository (1) ghcr.io/dexidp/dex | string |
image.tag (1) v2.44.0 | string |