Skip to content
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

AWS_IAM_IDP and --aws-iam-idp config doesn't work #95

Closed
kimxogus opened this issue Apr 3, 2023 · 1 comment
Closed

AWS_IAM_IDP and --aws-iam-idp config doesn't work #95

kimxogus opened this issue Apr 3, 2023 · 1 comment

Comments

@kimxogus
Copy link

kimxogus commented Apr 3, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants