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

Use friendly name instead of appid #79

Open
wulftone opened this issue Oct 6, 2020 · 3 comments
Open

Use friendly name instead of appid #79

wulftone opened this issue Oct 6, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@wulftone
Copy link

wulftone commented Oct 6, 2020

It would be handy to use the "friendly name" instead of the app-id for logging in. Right now I have to do

aws_okta_keyman --appid xxxxxxxxxxxx/yyy

where it would be much nicer to be able to do

aws_okta_keyman --friendlyname staging-env
@wulftone wulftone added the enhancement New feature or request label Oct 6, 2020
@nathan-v
Copy link
Owner

nathan-v commented Oct 7, 2020

Hi @wulftone. Have you tried using the tool without the appid sepecified? You'll get a list of AWS accounts to pick from that will have their friendly names (from Okta) displayed.

@wulftone
Copy link
Author

wulftone commented Oct 7, 2020

Yes I saw that, I am looking for a noninteractive way to specify the choice, though. The appid works, but it is less good from a code maintenance perspective since it's not human-readable.

@wulftone
Copy link
Author

Just wanted to mention I tried the --name option and it didn't work for this purpose. I was still prompted to pick an account. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants