mintel / dex-k8s-authenticator

A Kubernetes Dex Client Authenticator
MIT License
374 stars 146 forks source link

Add option to avoid usage of username for kube context #83

Closed kirrmann closed 5 years ago

kirrmann commented 5 years ago

This PR adds an optional cluster config static_context_name: true which avoids the usage of the username for the context in templates like {{ .Username }}-{{ .ClusterName }}

We do need this option to unify the context name on workstations.

nabadger commented 5 years ago

Thanks!