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

[v15] Fix AWS SigV4 parsing #51045

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

GavinFrazar
Copy link
Contributor

Backport #50973 to branch/v15

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

Parsing the AWS SigV4 Authorization header no longer requires spaces
between the components - only the comma delimiter is required.

* add test case for empty signed header list
@GavinFrazar GavinFrazar force-pushed the gavinfrazar/v15-fix-sigv4-parsing branch from 4e1b7c1 to 05152f4 Compare January 14, 2025 20:24
@GavinFrazar GavinFrazar changed the title [v15] Fix AWS SigV4 parsing (#50973) [v15] Fix AWS SigV4 parsing Jan 14, 2025
@GavinFrazar GavinFrazar added this pull request to the merge queue Jan 15, 2025
Merged via the queue into branch/v15 with commit 8277c1d Jan 15, 2025
34 checks passed
@GavinFrazar GavinFrazar deleted the gavinfrazar/v15-fix-sigv4-parsing branch January 15, 2025 18:17
@camscale camscale mentioned this pull request Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants