Netflix / consoleme

A Central Control Plane for AWS Permissions and Access
Apache License 2.0
3.14k stars 253 forks source link

Allow users to optionally assume roles in a new tab #9320

Open mikansoro opened 2 years ago

mikansoro commented 2 years ago

Adds a "Sign-In Action" dropdown to the user settings pane, allowing users to choose between redirecting the current tab on role sign-in (current behavior, default setting) or launching a new tab. This turned out to be a pretty popular request from our userbase during rollout.

My react is a bit rusty, and there might be a better way to do this. Happy to respond/reimplement feedback 🙂