vmware-archive / gangway

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

Use the kubeconfig objects rather than a template #88

Closed paulczar closed 5 years ago

paulczar commented 5 years ago

this imports the structs from kube client-go and uses them instead of a local template. uses github.com/ghodss/yaml to ensure the json tags are used and we honor the json omitifempty tags.

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

stevesloka commented 5 years ago

I think this is resolved in #89