-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement user.exec auth support #114
Conversation
Seems a bit dangerous, maybe there could be an option to enable? |
Wanna explain more? 😄 This is part of the kubeconfig spec, nothing we can really do here (other than support it). |
If someone uses k8s-client to implement something that takes a config, it may be a surprise that the client executes arbitary commands from that config, maybe not, maybe mention in yardoc/readme. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ExecCredential
can also provide client certificate auth and expiration timestamp for either token or the client cert. But maybe we can handle those as separate PR when we face such use case.
PR implements support for: