-
Notifications
You must be signed in to change notification settings - Fork 51
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
[WIP][Feature]Configuraion support for kubernetes-client/c #4
Comments
We should definitely also support and probably clouds (GCP, Azure, AWS) auth. Ideally we can make it pluggable so that people can dynamically register new authentication methods. |
Status updated on Aug 21, 2020
|
SSL client authentication is implemented by #7 |
X509 client certificate in kube config file is supported by the PR #9 |
Configuration of service token and CA in cluster is supported by the PR #10 |
exec (https://kubernetes.io/docs/reference/access-authn-authz/authentication/#configuration) is supported by the PR #12 |
auth provider plugin framework and OIDC plugin are implemented by the PR #26 |
Considering most of configuration cases are supported, I will suspend this task from now. If other authentication method (e.g. AWS, Azure, GCP) is needed, I can continue by demand. And PR is welcome. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale Use this ticket to trace the current status of configuration support. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi @brendandburns
In order to meet the requirement of client bronze requirements , I begin to implement the configuration utility now.
My design is adding a directory "config" under the directory kubernetes
and some source files
to hold the utility functions.
What methods should we support at least ?
The text was updated successfully, but these errors were encountered: