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: request signature check with signed user-agent #402

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

benmcclelland
Copy link
Member

This is a hack to replace the ignored headers in the aws-sdk-go-v2 internal/v4 package. The headers in the default ignore list include User-Agent, but this is included is signed headers from some clients.

fixes #396

This is a hack to replace the ignored headers in the aws-sdk-go-v2
internal/v4 package. The headers in the default ignore list include
User-Agent, but this is included is signed headers from some clients.

fixes #396
@benmcclelland benmcclelland requested a review from mlt180 February 14, 2024 16:13
@benmcclelland benmcclelland merged commit 905b283 into main Feb 14, 2024
6 checks passed
@benmcclelland benmcclelland deleted the ben/sign_with_user_agent branch February 14, 2024 18:53
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.

missing headers in canonical string results in signature verification error
2 participants