Skip to content

Commit

Permalink
Minimizing the scope of Client EC2 privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
vchintal committed Oct 24, 2023
1 parent e9623ce commit 52cca4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion patterns/privatelink-access/client.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ resource "aws_iam_policy" "eks_full_access_policy" {
Statement = [
{
Action = [
"eks:*"
"eks:DescribeCluster",
"eks:ListClusters"
]
Effect = "Allow"
Resource = module.eks.cluster_arn
Expand Down

0 comments on commit 52cca4f

Please sign in to comment.