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

exclude accounts from different organisation #170

Closed timschill closed 3 years ago

timschill commented 3 years ago

"If you sign-in a base account, target roles of the other base accounts are excluded." This does not seem to be the case for me anymore in 2.0.4

Im using the complex configuration like this

[master1]
aws_account_id = master1-hosting

[master1-account1]
role_arn = arn:aws:iam::00000000000:role/My-Role
region = eu-west-1
source_= master1
color=ff9300

[master1-account2]
role_arn = arn:aws:iam::1111111111111:role/My-Role
region = eu-west-1
source_= master1
color=ff9300

[master2]
aws_account_id = master2-hosting

[master2-account1]
role_arn = arn:aws:iam::333333333333:role/My-Role
region = eu-north-1
source_= master2
color=ff9300

[master2-account2]
role_arn = arn:aws:iam::4444444444444:role/My-Role
region = eu-west-1
source_= master2
color=0096ff
timschill commented 3 years ago

You can close this issue like you can see up above i had managed somehow to replace sourceprofile with just source