-
Notifications
You must be signed in to change notification settings - Fork 10
[proposal] Allowing to list role names assigned to user #186
Comments
@ken5scal Thanks! |
@miyajan Thank you for the response. We usually assign read only role for daily maintenance; however in case of emergency, they may need to adjust some parameters in AWS resources like manually failovering the target group and so on. In such case, maintenars may not know of exact name of assigned role. Of course, they may ask helps from other colleagues or just read manual; however, allowing them to know their roles enable them to assume-role much quicker and efficiently. Thanks in advance. |
@ken5scal However, are you using the following? So, do you want to list Role A, Role B, and Role C? Thanks. |
@korosuke613 Thanks for clearing the point with the picture. |
@ken5scal If you can contribute to the implementation and troubleshooting, we can accept that. Is it possible for you to make such contributions? |
sure thing! @miyajan |
@ken5scal Thank you! Your PR is welcome! |
assam allows to specify role to be assumed by specifying
--role
option.It is a great feature especially when users are assigned with multiple roles.
But, It is even better if the we get a list of roles, just like GUI.
So, I would like to propose adding a option or subcommands, that allow to list roles associated with profile like following:
assam list-roles --profile test
Let me know this was something fit to this OSS.
Thanks in advance.
The text was updated successfully, but these errors were encountered: