The aws_kinesis_firehose
source store_access_key
option doesn't appear to actually store the access key
#18108
Labels
source: aws_kinesis_firehose
Anything `aws_kinesis_firehose` source related
type: bug
A code related bug.
A note for the community
Problem
2b446f7 added an option to store the access key used for requests to the AWS Kinesis Firehose source, but this doesn't appear to be working correctly.
With the below config and data file, and running:
The access key is reported as
null
. This appears to be due to the fact that the key isn't actually stored from the header. Instead it seems to be expecting to find it in the request body.Configuration
Version
vector 0.31.0
Debug Output
Example Data
data.json
:Additional Context
No response
References
The text was updated successfully, but these errors were encountered: