-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Check for valid serviceaccount JWT token before inspecting claims #28542
Conversation
@krousey fixes non-jwt bearer token auth |
@cjcullen PTAL |
cc @colemickens |
LGTM. Thanks for fixing this up. |
picked in a revert of @krousey's revert, retagging |
GCE e2e build/test passed for commit c95045d7df319f23c0e19d1d8c8da014baf84b0f. |
GCE e2e build/test passed for commit 83ebcfdefd3cdacadffaa567d6398f37d8fcc390. |
GCE e2e build/test passed for commit cce6772. |
ah you hit the jwt pkg api update, I did this in a different project ;) |
changes look good to me |
Thanks for catching and fixing this @liggitt, sorry I didn't catch it in my initial update PR. Do the GKE e2e tests not run for PRs, maybe just on some interval? |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit cce6772. |
Automatic merge from submit-queue |
@colemickens We're still working on hooking in some small amount of GKE smoke tests into the PR builder. |
Moved claims check after the error check that ensures we have a valid JWT token