Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Install Dex as OpenID conect provider

Add banzaicoud helm repo

helm repo add banzaicloud https://kubernetes-charts.banzaicloud.com
helm repo update

Downoad the dex.yaml.dist file.

curl -o dex.yaml https://raw.githubusercontent.com/banzaicloud/jwt-to-rbac/master/docs/dex.yaml.dist

Edit the dex.yaml file for your needs and deploy Dex via helm.

helm install dex banzaicloud/dex -f dex.yaml