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
Hi, I tried to preselect aws iam idp, but it doesn't seem to work, while all other env var configs are working. Is there something that I'm missing? I also tried app label of AWS (aws/account-a in example below), but it didn't work too.
$ AWS_IAM_IDP="arn:aws:iam::1111111111111:saml-provider/okta" okta-aws-cli
...
? Choose an IdP: [Use arrows to move, type to filter]
> aws/account-a (arn:aws:iam::1111111111111:saml-provider/okta)
aws/account-b(arn:aws:iam::2222222222:saml-provider/okta)
aws/account-c (arn:aws:iam::3333333333:saml-provider/okta)
$ okta-aws-cli --aws-iam-idp "arn:aws:iam::1111111111111:saml-provider/okta"
...
? Choose an IdP: [Use arrows to move, type to filter]
> aws/account-a (arn:aws:iam::1111111111111:saml-provider/okta)
aws/account-b(arn:aws:iam::2222222222:saml-provider/okta)
aws/account-c (arn:aws:iam::3333333333:saml-provider/okta)
My okta-aws-cli is installed by homebrew(brew install okta-aws-cli) and version is,
$ okta-aws-cli --version
okta-aws-cli version 0.3.0
The text was updated successfully, but these errors were encountered:
Hi, I tried to preselect aws iam idp, but it doesn't seem to work, while all other env var configs are working. Is there something that I'm missing? I also tried app label of AWS (
aws/account-a
in example below), but it didn't work too.My okta-aws-cli is installed by homebrew(
brew install okta-aws-cli
) and version is,The text was updated successfully, but these errors were encountered: