-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
add external id config for role assumption #36725
base: main
Are you sure you want to change the base?
add external id config for role assumption #36725
Conversation
@binarymatt please sign the CLA. Would it make sense to update the respective exporters' docs, adding the new configuration option? Code owners please review. |
@andrzej-stencel i'm working on the CLA with my company today. I will look at updating the exporter docs as well, thanks. |
@andrzej-stencel when i took a look at some of the exporter docs and realized that various exporters do not include docs for |
Description
When assuming a role in an external AWS account, there are cases where it's desirable to have an external id in the role assumption trust policy. This pull requests adds external id as an optional parameter when role assumption is used to retrieve AWS credentials.