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

Fix AWS SigV4 parsing #50973

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

GavinFrazar
Copy link
Contributor

Fixes #50866

Changelog: Fixed AWS SigV4 parse errors in app access when the application omits the optional spaces between the SigV4 components.

In draft for CI run.

Parsing the AWS SigV4 Authorization header no longer requires spaces
between the components - only the comma delimiter is required.
@GavinFrazar GavinFrazar added aws Used for AWS Related Issues. application-access labels Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application-access aws Used for AWS Related Issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws.go ParseSigV4 fails to parse the Authorization unless extra spaces are added
1 participant