Skip to content

Commit

Permalink
fix(security): enable Amazon EKS private API server
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiFilipeCampos authored Aug 25, 2024
1 parent 3ca1d73 commit 11ff89a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ module "eks" {
cluster_name = "cloud-dev-infra"
cluster_version = "1.29"

# Indicates whether or not the Amazon EKS private API server endpoint is enabled
cluster_endpoint_private_access = true

# Indicates whether or not the Amazon EKS public API server endpoint is enabled
cluster_endpoint_public_access = true
cluster_endpoint_public_access_cidrs = var.cluster_endpoint_public_access_cidrs

Expand Down

0 comments on commit 11ff89a

Please sign in to comment.