Giter Site home page Giter Site logo

jbonachera / aws-extend-switch-roles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tilfinltd/aws-extend-switch-roles

0.0 2.0 0.0 449 KB

Extend your AWS IAM switching roles by Chrome extension

Home Page: https://goo.gl/0QFjow

License: MIT License

Shell 2.91% JavaScript 87.13% HTML 9.96%

aws-extend-switch-roles's Introduction

AWS Extend Switch Roles

Extend your AWS IAM switching roles by Chrome extension

Switch roll history does not remain only 5 maximum on the AWS Management Console. This extension extends to show more switch roles by loading your aws configuration. The bottom of the console header is emphasized with your specified color if you assume a cross account role.

  • Supports Chrome Sync

Install

Go to AWS Extend Switch Roles - Chrome Web Store

Configuration

Click Browser button, edit your profile settings to text area in popup form and save.

Supports ~/.aws/config format and like ~/.aws/credentials

[profile marketingadmin]
role_arn = arn:aws:iam::123456789012:role/marketingadmin
color = ffaaee

[anotheraccount]
aws_account_id = 987654321987
role_name = anotherrole
color=bbeeff
  • Required role_arn or (aws_account_id and role_name)
  • Optional color that is RGB hex value without prefix #

Multi base accounts

  • A profile that has only aws_account_id is defined as base account.
  • A profile that has source_profile is defined as target account.
  • A base account is associated with target accounts.
[baseaccount1]
aws_account_id = 000000000000

[targetaccount1]
role_arn = arn:aws:iam::123456789012:role/targetaccount
source_profile = baseaccount1

[baseaccount2]
aws_account_id = your-alias-name

[targetaccount2]
role_arn = arn:aws:iam::234567890123:role/targetaccount
source_profile = baseaccount2

If you sign-in a base account, target accounts of the other base accounts are excluded.

Settings

  • Can hide original role history (Show only roles in the configuration)

Appearance

Screen Shot 1

Screen Shot 2

Screen Shot 3

aws-extend-switch-roles's People

Contributors

tilfin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.