aws / aws-msk-iam-auth

Enables developers to use AWS Identity and Access Management (IAM) to connect to their Amazon Managed Streaming for Apache Kafka (Amazon MSK) clusters.
Apache License 2.0
142 stars 65 forks source link

Add support for STS Regional Endpoint (#118) #119

Closed menuetb closed 1 year ago

menuetb commented 1 year ago

Issue #, if available: This PR fixed the issue #118

Users who are using the library in a VPC with no Internet connection are not able to use the Assume role feature as STS Regional End point doesn't work.

Description of changes: This PR add an STS Endpoint configuration in the Credential Provider to enable the usage of region STS Endpoint.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.