You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS's assume role capability sometimes requires an "external ID" be specified (documentation.) Currently the assume-role tool doesn't have a way for a user to specify that external ID, meaning that it cannot be used to assume any roles that are configured to check for it.
Adding this is just a matter of setting the ExternalId parameter here. I'd be happy to send a PR to wire in the feature, is this repo still active and accepting PRs?
The text was updated successfully, but these errors were encountered:
AWS's assume role capability sometimes requires an "external ID" be specified (documentation.) Currently the
assume-role
tool doesn't have a way for a user to specify that external ID, meaning that it cannot be used to assume any roles that are configured to check for it.Adding this is just a matter of setting the
ExternalId
parameter here. I'd be happy to send a PR to wire in the feature, is this repo still active and accepting PRs?The text was updated successfully, but these errors were encountered: