Skip to content

Commit

Permalink
Security patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-hamm committed Jan 16, 2024
1 parent 1f9d4da commit 5bffc9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ module "eks" {
disk_kms_key_id = local.kms_key # sourced from csi.tf -> locals{}
}

workers_group_defaults = {
metadata_http_tokens = "required"
}

tags = {
format("k8s.io/cluster/%s", var.cluster_name) = "owned",
"Vendor" = "StreamNative"
Expand Down

0 comments on commit 5bffc9b

Please sign in to comment.