diff --git a/README.md b/README.md index 6e2221a..260a2e1 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,19 @@ color=bbeeff - A **base account** is associated with **target account**s. ``` -[baseaccount] +[baseaccount1] aws_account_id = 000000000000 -[targetaccount] +[targetaccount1] role_arn = arn:aws:iam::123456789012:role/targetaccount -source_profile = baseaccount +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. diff --git a/manifest.json b/manifest.json index da98f8f..b86724d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "AWS Extend Switch Roles", - "version": "0.3.1", + "version": "0.3.2", "description": "Extend your AWS IAM switching roles. You can set the configuration by aws config format", "short_name": "Extend SwtichRole", "permissions": ["storage"], @@ -17,7 +17,8 @@ { "matches": [ "https://console.aws.amazon.com/*", - "https://*.console.aws.amazon.com/*" + "https://*.console.aws.amazon.com/*", + "https://phd.aws.amazon.com/*" ], "all_frames": true, "js": ["js/content.js"],