data-prepper icon indicating copy to clipboard operation
data-prepper copied to clipboard

Allow plugins to access the default pipeline role

Open graytaylor0 opened this issue 5 months ago • 0 comments

Is your feature request related to a problem? Please describe. The data-prepper-config.yaml supports passing a default sts_role_arn. Sometimes, plugins are checking for this role specifically and still treating it as required. For example, the S3 source uses the sts_role_arn in some cases to determine the bucket owner.

Describe the solution you'd like Add support for plugins to access the default pipeline role via AwsCredentialsSupplier, similar to how the default region is accessible.

Describe alternatives you've considered (Optional) A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

graytaylor0 avatar Sep 18 '24 21:09 graytaylor0