mitchlloyd opened a new pull request #10218: URL: https://github.com/apache/druid/pull/10218
### Description This change allows Druid users to configure a regional endpoint for STS in their Kinesis ingest specs. Configuring a regional endpoint rather than using the default global endpoint is [recommended by AWS](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html). This is also an internal requirement for running our Druid cluster. I added an optional `awsStsEndpoint` configuration value to the `KinesisIndexTaskIOConfig` class. When this value is present, the `AWSSecurityTokenServiceClientBuilder` has endpoint configuration applied. I picked the name `awsStsEndpoint` to align with the existing configuration values `awsAssumedRoleArn` and `awsExternalId`. <hr> This PR has: - [ ] been self-reviewed. - [ ] added documentation for new or modified features or behaviors. - [ ] been tested in a test Druid cluster. <hr> ##### Key changed/added classes in this PR * `KinesisIndexTaskIOConfig` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
