Skip to content

Support for FIPS endpoint kinesis-fips.us-east-1.amazonaws.com #227

Open
@kevinsookocheff-wf

Description

@kevinsookocheff-wf

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions