Skip to content

Commit

Permalink
Docs: update required policy for Access Graph (#43548)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoandredinis authored Jun 26, 2024
1 parent a6a0dd6 commit 47654ca
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 47654ca

Please sign in to comment.