Use custom client-go auth plugin for kubectl to prevent writing SA token to disk #51
Labels
enhancement
New feature or request
medium priority
This issue does not need urgent attention, but is still important
As of PR #50 the privileged service account is being written to the disk in the temporary kubeconfig. This can be prevented by using a client-go auth plugin that lets kubectl get the token from eiam without ever writing it to the disk.
The text was updated successfully, but these errors were encountered: