tilfinltd / aws-extend-switch-roles

Extend your AWS IAM switching roles by Chrome extension, Firefox add-on, or Edge add-on
https://chromewebstore.google.com/detail/aws-extend-switch-roles/jpmkfafbacpgapdghgdpembnojdlgkdl?utm_source=github
MIT License
1.32k stars 141 forks source link

Feature request - read config from git #152

Closed mlushpenko closed 3 years ago

mlushpenko commented 4 years ago

We have a team of several people who manage number of accounts and new accounts are added from time to time. Would be great if we could have one config in git shared across the team so everyone can receive config updates at the same time.

dustydecapod commented 4 years ago

How would you "notify" the browser of the need to refresh from git?

TryTryAgain commented 4 years ago

We are doing this using the more recently added Config Sender extension API https://github.com/tilfin/aws-extend-switch-roles#extension-api ... We used https://github.com/netguru/sync-aws-extend-switch-roles as an example project for that config sender extension and swapped out github for gitlab functionality. Although I would appreciate it being native to the aws-extend-switch-roles extension the ability to do so is already offered and works well.

tilfin commented 3 years ago

Yes, you can implement it as a separate app through the Config Sender API. This extension does not support it.