Skip to content

Commit 33171d5

Browse files
authored
Expand IAM role permissions for SSO actions
1 parent 1dd4402 commit 33171d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aws/roles.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ data "aws_iam_policy_document" "codebuild_policy_document" {
2323
actions = [
2424
"iam:*",
2525
"sso:TagResource",
26-
"sso:ListInstances",
26+
"sso:Describe*",
27+
"sso:List*",
2728
"ecs:*",
2829
"ecr:*",
2930
"apigateway:*",

0 commit comments

Comments
 (0)