Fix OIDC authentication support#245
Conversation
|
Welcome @jpiper! |
|
Hi @jpiper. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
|
/ok-to-test Thanks! |
|
Hi @rikatz I've added some more detail to the PR and fixed the build! Thanks |
|
/lgtm /cc @LiorLieberman |
LiorLieberman
left a comment
There was a problem hiding this comment.
Sweet, thank you @jpiper!
/approve
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jpiper, LiorLieberman The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Add OIDC authentication support * move blank import to main * import all auth providers
What type of PR is this?
/kind bug
What this PR does / why we need it:
The imports the k8s OIDC libraries so that OIDC authentication to the kubernetes apiserver works. At the moment, if you are trying to run
ingress2gatewayagainst a kubernetes cluster that is configured in your kubeconfig to use OIDC, you get the following errorOnce the OIDC auth libraries are imported this now works fine
This should also fix GCP and Azure logins as well as those auth libraries are part of this fix as well.
Which issue(s) this PR fixes:
Fixes #215
Does this PR introduce a user-facing change?: