Skip to content

Commit

Permalink
Allow k8s roles to access the k8s api (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuriaranda authored Feb 24, 2021
1 parent 66e0557 commit 94c800c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s_roles/k8s_roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ data "aws_iam_policy_document" "eks_read_access" {
"eks:DescribeUpdate",
"eks:DescribeCluster",
"eks:ListClusters",
"eks:DescribeAddonVersions"
"eks:DescribeAddonVersions",
"eks:AccessKubernetesApi"
]
resources = ["*"]
}
Expand Down

0 comments on commit 94c800c

Please sign in to comment.