You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS Kinesis doesn't allow out of the box Auth header support,
instead all the custom (user provided) headers are sent under
the header `x-amz-firehose-common-attributes`, with value as
{"commonAttributes":{"Authorization":"Basic <<base64 encoded
credentials","X-P-Stream":"<>","Content-Type":"application/json"}}
This PR adds a mechanism to look for the kinesis custom header
in the actix middleware and update the contained headers to proper
top level headers
fixes#602
0 commit comments