vmware-archive / gangway

An application that can be used to easily enable authentication flows via OIDC for a kubernetes cluster.
Apache License 2.0
410 stars 113 forks source link

Add namespace claim to config #122

Open paulczar opened 5 years ago

paulczar commented 5 years ago

This allows you to set a JWT claim to use for the namespace field to be filled out in the kubeconfig. Useful if you give each user their own namespace. If left out, will be left blank in kubeconfig and thus default namespace.

Signed-off-by: Paul Czarkowski username.taken@gmail.com

jenting commented 4 years ago

ref #104