Skip to content

Commit

Permalink
Docs: update required policy for Access Graph (#43569)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoandredinis authored Jun 27, 2024
1 parent 6938c60 commit 74c8b6b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/pages/access-controls/access-graph/aws-sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ The IAM policy includes the following directives:
"eks:ListAccessEntries",
"eks:ListAccessPolicies",
"eks:ListAssociatedAccessPolicies",
"eks:DescribeAccessEntry",

"rds:DescribeDBInstances",
"rds:DescribeDBClusters",
Expand Down Expand Up @@ -176,7 +177,11 @@ The IAM policy includes the following directives:
"iam:GetPolicyVersion",
"iam:ListRolePolicies",
"iam:ListAttachedRolePolicies",
"iam:GetRolePolicy"
"iam:GetRolePolicy",
"iam:ListSAMLProviders",
"iam:GetSAMLProvider",
"iam:ListOpenIDConnectProviders",
"iam:GetOpenIDConnectProvider"
],
"Resource": "*"
}
Expand Down

0 comments on commit 74c8b6b

Please sign in to comment.