fluent-plugins-nursery / fluent-plugin-cloudwatch-logs

CloudWatch Logs Plugin for Fluentd
MIT License
201 stars 141 forks source link

Support for external_id parameter for cross account access #232

Closed panghalamit closed 3 years ago

panghalamit commented 3 years ago

Problem

STS authentication doesn't support external_id parameter, which is recommended by AWS to use for cross account access using roles.

...

Expected Behavior or What you need to ask

Support for optional configuration parameter aws_sts_external_id , which can be used to pass to assumeRole to fetch temporary credentials. ...