Skip to content

Commit

Permalink
Merge pull request #11 from tilfin/fix/apply-phd
Browse files Browse the repository at this point in the history
Apply to Personal Health Dashboard
  • Loading branch information
tilfin committed Dec 6, 2016
2 parents 102f053 + 1f269ea commit 10da493
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand All @@ -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"],
Expand Down

0 comments on commit 10da493

Please sign in to comment.