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

Syncronise kubeconfig command and file output #75

Closed rendhalver closed 5 years ago

rendhalver commented 5 years ago

The kubeconfig file uses different options to what is in the commandline options. This just syncronises the output to be the same.

In our case we have two clusters each with their own gangway deployment The both use Dex which uses the same LDAP source for both so the email we have for a user is the same on both clusters.

Signed-off-by: Pete Brown pete.brown@powerhrg.com

rendhalver commented 5 years ago

Fixed. Thanks for the quick review @stevesloka!

stevesloka commented 5 years ago

Thanks for the PR @rendhalver!

rendhalver commented 5 years ago

You are welcome! Happy to help! Thanks for the quick merge!

rendhalver commented 5 years ago

Does an container image get built for these PR's or do I need to wait for a new release?