aws-ia / terraform-aws-eks-blueprints-addons

Terraform module which provisions addons on Amazon EKS clusters
https://aws-ia.github.io/terraform-aws-eks-blueprints-addons/main/
Apache License 2.0
261 stars 124 forks source link

Support event bridge prefixes for Karpenter #417

Open svennam92 opened 1 month ago

svennam92 commented 1 month ago

Community Note

What is the outcome that you are trying to reach?

We need a way to define a prefix for Karpenter event bridge rules so we can configure more secure IAM roles. It looks like we had this support in the past but it is no longer configurable.

See here: https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/blob/5a91f14589d27f235c3ee8bb85b3871d9efce53e/main.tf#L2932

This was previously supported through rule_name_prefix implemented in https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/pull/11

Describe the solution you would like

Support a variable that allows us to configure this prefix. Same solution as was previously implemented: https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/pull/11

github-actions[bot] commented 1 week ago

This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days

askulkarni2 commented 1 day ago

so we can configure more secure IAM roles I think I am missing something. What do you mean by this?