Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow plugins to access the default pipeline role #4958

Open
graytaylor0 opened this issue Sep 18, 2024 · 0 comments
Open

Allow plugins to access the default pipeline role #4958

graytaylor0 opened this issue Sep 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@graytaylor0
Copy link
Member

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.

@dlvenable dlvenable added enhancement New feature or request and removed untriaged labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants