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 a line to the "kubectl config" script that removes the CA after configuration is done #100

Closed alexbrand closed 5 years ago

alexbrand commented 5 years ago

The CA file is embedded in the kubeconfig file after running through the configuration commands.

Clean up the user's local dir by adding a line to the script that removes the CA file.