-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Support for EC Private Keys #1314
Labels
Comments
I think it's a nice feature. We should add this to our client also |
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Feb 4, 2019
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Feb 6, 2019
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Feb 6, 2019
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Feb 6, 2019
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Feb 6, 2019
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Mar 14, 2019
iocanel
added a commit
that referenced
this issue
Mar 15, 2019
Fix #1314: Support for EC Private Keys
iocanel
pushed a commit
to iocanel/kubernetes-client
that referenced
this issue
Mar 26, 2019
pk-aetion
added a commit
to aetion/kubernetes-client
that referenced
this issue
Dec 14, 2023
originally introduced in fabric8io#1314 later removed in 9e1d434
pktxu
added a commit
to pktxu/kubernetes-client
that referenced
this issue
Dec 19, 2023
originally introduced in fabric8io#1314 later removed in aetion@9e1d434
manusa
pushed a commit
to pktxu/kubernetes-client
that referenced
this issue
Jan 3, 2024
originally introduced in fabric8io#1314 later removed in aetion@9e1d434
manusa
added a commit
that referenced
this issue
Jan 3, 2024
* reintroduce tests originally introduced in #1314 later removed in aetion@9e1d434 * add failing test * fix * update CHANGELOG.md * spotless formatting * test error paths * address PR feedback * spotless whitespace * address PR feedback * review: EC private key support Signed-off-by: Marc Nuri <[email protected]> --------- Signed-off-by: Marc Nuri <[email protected]> Co-authored-by: pktxu <[email protected]> Co-authored-by: pk-aetion <[email protected]> Co-authored-by: Marc Nuri <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
The keys I have are EC Private Keys.
-----BEGIN EC PRIVATE KEY-----
I noticed the official java kubernetes-client added support for EC Private keys in Feb 2018.
Any plans to add support?
The text was updated successfully, but these errors were encountered: