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

Use x-serverless-authorization header #53

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zucchinho
Copy link

When the usual Authorization header is already being used for other authentication, the X-Serverless-Authorization header can be used instead.

Essentially this change just does that. If there is already any value present in authorization header on the request, the OIDC token will be placed in the x-serverless-authorization header. Both are just as good for authenticating with Cloud Run. It will prioritize the value in x-serverless-authorization if both are present.

image

Also bumped go to 1.21, but happy to remove if deemed frivolous.

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.

1 participant