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

[v16] Fix AWS SigV4 parsing #51044

Open
wants to merge 1 commit into
base: branch/v16
Choose a base branch
from

Conversation

GavinFrazar
Copy link
Contributor

Backport #50973 to branch/v16

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/v16-fix-sigv4-parsing branch from 16ff6db to a4d46b6 Compare January 14, 2025 20:24
@GavinFrazar GavinFrazar changed the title [v16] Fix AWS SigV4 parsing (#50973) [v16] Fix AWS SigV4 parsing Jan 14, 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.

2 participants