-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
leapp cli start session should show roles #341
Labels
enhancement
New feature or request
Comments
Is this easy to implement? If so, I can submit a PR if you agree with this proposal. |
Yes. It is quite easy, it's just a modification of this line of code:
I will open the PR right now |
Created the PR @ericvilla need review to be merged,I'm adding you as a reviewer |
@andreacavagna01 thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Using Leapp with AWS SSO, an user may have multiple roles per account. When running
leap session start
, the list only shows the accounts without the associated role:This make impossible to choose the right session to start. A tedious workaround is to first run
leapp session list -x
, thenleapp session start --sessionId <value copied from previous command>
.Describe the solution you'd like
When running
leapp session start
I would like to see a list like it already happens with macOS helper:Describe alternatives you've considered
I don't have alternative proposals.
Additional context
Not applicable.
The text was updated successfully, but these errors were encountered: