Allow to sign additional headers in request#43
Allow to sign additional headers in request#43avoidik wants to merge 1 commit intoDavidMuller:masterfrom
Conversation
|
Any intentions to get this merged in? Currently needing precisely this functionality. |
|
Not planning on merging this one as the use case seems to involve non AWS services. |
|
This use-case covers optional headers to sign mentioned at |
|
still no? :) |
|
@DavidMuller I'm confused by the statement - "use case seems to involve non AWS services"? AWS signed requests can only be used by AWS? |
|
one more header, ref. https://github.com/kubernetes-sigs/aws-iam-authenticator#api-authorization-from-outside-a-cluster still no? :) |
|
Hey hey, stumbled upon yet another header for otel and then immediately recalled this PR. Still no? :) |
|
@avoidik you can create a request using AWSRequest from botocore. You can probably pull from the first python code snippet to make a request |
This change will allow you to sign additional headers in request
Linked issue #38