This repository was archived by the owner on May 18, 2021. It is now read-only.
Using credential_process
when multiple IAM roles available
#266
Labels
I'm trying to get aws-okta configured as the
credential_process
for a particular profile. The Okta application configured at the SAML URL has multiple AWS IAM roles assigned, requiring the particular role to be chosen interactively. This interactive prompt causes aws-okta to hang indefinitely. I attempted to use therole_arn
option to specify the desired role, but this seems to cause the CLI to bypass thecredential_process
option entirely, throwing an error about partial credentials.Is it possible to configure profiles to assume specific roles directly without an interactive prompt?
The text was updated successfully, but these errors were encountered: