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

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

add aws_sts_external_id as config param #233

Closed panghalamit closed 3 years ago

panghalamit commented 3 years ago

Enhancement to include aws_sts_external_id and other optional params (aws_sts_policy, aws_sts_duration_seconds) as config parameter to support cross account access.

s3 plugin for fluentd also supports external_id and optional params for assume role credentials.

fixes https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs/issues/232

panghalamit commented 3 years ago

Sorry had some syntax errors in there which resulted in failed run. Should be fixed now.

cosmo0920 commented 3 years ago

Oh, I'd overlooked this. Thanks for the fix.