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

[Mac] Putting password on command line configure isn't stored in keychain #485

Closed
TechnicalMercenary opened this issue Apr 15, 2020 · 4 comments · Fixed by #547
Closed

Comments

@TechnicalMercenary
Copy link

I was trying to setup a complete account via the command line.

saml2aws configure --idp-account=test --idp-provider=JumpCloud [email protected] --password="abc123" --url="https://sso.jumpcloud.com/saml2/github" --profile=default --session-duration=28800 --mfa=Auto --skip-prompt

The command succeeds but the MacOs Keychain does not have the password stored in it.

@benaduggan
Copy link

+1 for experiencing this as of today. Ended up getting IP blocked from our SSO provider because of "unusual activity" for repeatedly attempting to login with old credentials 😂

Any updates on this or any potential workarounds aside from going through the prompt?

@benyitzhaki
Copy link

@benaduggan @TechnicalMercenary were you able to find a workaround?

@benaduggan
Copy link

@benyitzhaki We were using nix, so we just applied the patch from #547 through that and committed it to our repo 😅

@TechnicalMercenary
Copy link
Author

@benaduggan @TechnicalMercenary were you able to find a workaround?

I have not personally, but it sounds like #547 apparently does. Sounds like this can be closed and forgotten. I know I had :-)

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

Successfully merging a pull request may close this issue.

3 participants