This chart deploys:
- dex: identity provider supporting multiple connectors (SAML, LDAP...)
- loginapp: web application for Kubernetes cli configuration with OIDC
- keycloak proxy: OpenID / Keycloak proxy service (used for OIDC dashboard auth)
- From chart repository:
helm repo add fhardy-stable https://registry.fhardy.fr/chartrepo/stable
helm repo update
Override default configuration with an override.yaml
file.
helm install fhardy-stable/kube-oidc -f override.yaml
- From GitHub:
git clone https://github.com/ObjectifLibre/kube-oidc
Override default configuration with an override.yaml
file.
cd kube-oidc/
helm install . -f override.yaml
See values.yaml.