-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Kinesis integration & support (#603)
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
- Loading branch information
1 parent
ce58c6c
commit 238b9ae
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters