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

Add --stdout option to aws-vault exec #819

Merged
merged 1 commit into from
Feb 5, 2022

Conversation

lsowen
Copy link
Contributor

@lsowen lsowen commented Oct 16, 2021

By default aws-vault opens the the AWS SSO link in the user's
default browser, but specifying --no-browser will only print
the AWS SSO link to the terminal, allowing the user to open
the link in a non-default way (eg firefox profile, on a different
machine, etc)

Fixes #678

@lsowen
Copy link
Contributor Author

lsowen commented Oct 16, 2021

Maybe the cli option should be --stdout instead?

@lsowen
Copy link
Contributor Author

lsowen commented Oct 20, 2021

hi @m4yankpomelo it looks like Github is still waiting on some action from a maintainer for "1 workflow"?

@m4yankpomelo
Copy link

hi @m4yankpomelo it looks like Github is still waiting on some action from a maintainer for "1 workflow"?

Accidentally approved, apologies :)

@nazarewk
Copy link

@lsowen could you merge it?

@lsowen
Copy link
Contributor Author

lsowen commented Dec 20, 2021

No, it needs review and approval by a project member

@lsowen
Copy link
Contributor Author

lsowen commented Jan 3, 2022

hi @mtibben do you have any availability to review this PR?

@mtibben
Copy link
Member

mtibben commented Jan 18, 2022

@lsowen I think it would be best to make this consistent with exec --stdout and use the same flag?

By default `aws-vault` opens the the AWS SSO link in the user's
default browser, but specifying `--stdout` will only print
the AWS SSO link to the terminal, allowing the user to open
the link in a non-default way (eg firefox profile, on a different
machine, etc)
@lsowen lsowen changed the title Add --no-browser option to aws-vault exec Add --stdout option to aws-vault exec Feb 5, 2022
@lsowen
Copy link
Contributor Author

lsowen commented Feb 5, 2022

@mtibben updated the PR from --no-browser to --stdout

@mtibben mtibben merged commit 33b7337 into 99designs:master Feb 5, 2022
@lsowen lsowen deleted the add-no-browser branch February 6, 2022 00:07
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 this pull request may close these issues.

Feature: AWS SSO "--no-browser" option
5 participants