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

Add support for user-specified signed headers #149

Open
rdegraaf opened this issue Jan 11, 2023 · 1 comment
Open

Add support for user-specified signed headers #149

rdegraaf opened this issue Jan 11, 2023 · 1 comment

Comments

@rdegraaf
Copy link

Some AWS components accept API inputs as headers. Such headers should always be signed. However, while awscurl allows users to specify arbitrary headers, it does not allow them to tell it to sign those headers: awscurl always signs only host, x-amz-date, and if present, x-amz-security-token.

Please provide a way for users to request that specific additional headers be covered in the signature. It should be an error to request that a header be signed if it is not present in the request.

@okigan
Copy link
Owner

okigan commented Jan 11, 2023

I like this -- I'll try to get some time to include this.

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

No branches or pull requests

2 participants