Open
Description
Is there a way to call FIPS compliant Kinesis endpoints using this plugin?
We have requirements to use a FIPS compatible endpoint for AWS calls, I tried to enable calling the FIPS endpoints with this plugin using AWS_USE_FIPS_ENDPOINT:
In /etc/sysconfig/td-agent
export AWS_USE_FIPS_ENDPOINT=true
In /etc/systemd/system/td-agent.service.d/override.conf
[Service]
Environment="AWS_USE_FIPS_ENDPOINT=true"
PassEnvironment=AWS_USE_FIPS_ENDPOINT
And by setting the endpoint parameter in configuration to kinesis-fips.us-east-1.amazonaws.com
.
No method is able to call the FIPS compliant endpoint.