Skip to content

Commit 0c4c172

Browse files
authored
add permission for multi-regions key (#76)
Description of changes: add permission to create multiple region key ref: https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-auth.html Service-linked role — Principals who create multi-Region primary keys must have iam:CreateServiceLinkedRole permission. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 1516068 commit 0c4c172

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/iam/recommended-inline-policy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
"kms:UntagResource",
1717
"iam:ListGroups",
1818
"iam:ListRoles",
19-
"iam:ListUsers"
19+
"iam:ListUsers",
20+
"iam:CreateServiceLinkedRole"
2021
],
2122
"Resource": "*"
2223
}
2324
]
24-
}
25+
}

0 commit comments

Comments
 (0)