Skip to content
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 EC private key only for mTLS auth #5657

Merged
merged 10 commits into from
Jan 3, 2024
Merged

Conversation

pktxu
Copy link
Contributor

@pktxu pktxu commented Dec 19, 2023

Description

Enable using pinniped provided EC private keys (without corresponding public key bits) to auth into a cluster.

Closes #5656

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change
  • Chore (non-breaking change which doesn't affect codebase;
    test, version modification, documentation, etc.)

Checklist

  • Code contributed by me aligns with current project license: Apache 2.0
  • I Added CHANGELOG entry regarding this change
  • I have implemented unit tests to cover my changes
  • I have added/updated the javadocs and other documentation accordingly -- N/A
  • No new bugs, code smells, etc. in SonarCloud report
  • I tested my code in Kubernetes
  • I tested my code in OpenShift

@rohanKanojia
Copy link
Member

@pktxu : Is this ready for review?

@pktxu pktxu marked this pull request as ready for review December 21, 2023 11:06
@pktxu
Copy link
Contributor Author

pktxu commented Dec 21, 2023

@pktxu : Is this ready for review?

note that I don't have access to an openshift environment, not sure what the failing checks mean

@rohanKanojia
Copy link
Member

@pktxu : Is this ready for review?

note that I don't have access to an openshift environment, not sure what the failing checks mean

Those failures are related to #5545 . They are not related to your changes.

@pktxu
Copy link
Contributor Author

pktxu commented Dec 21, 2023

@pktxu : Is this ready for review?

note that I don't have access to an openshift environment, not sure what the failing checks mean

Those failures are related to #5545 . They are not related to your changes.

I see thanks.

The Windows / Java 11 build worked https://github.com/fabric8io/kubernetes-client/actions/runs/7264744508/job/19798701469 and the only change has been merging master in...

Copy link
Contributor

@shawkins shawkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pktxu thank you for the pr. This looks very good, just a couple of questions about exception handling.

@pktxu pktxu requested a review from shawkins December 30, 2023 23:04
@manusa manusa self-assigned this Jan 3, 2024
@manusa manusa added this to the 6.10.0 milestone Jan 3, 2024
Copy link

sonarqubecloud bot commented Jan 3, 2024

@manusa manusa merged commit 5c1dfae into fabric8io:main Jan 3, 2024
17 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unable to handle pinniped-provided mTLS credentials
6 participants