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
269 stars 127 forks source link

Support event bridge prefixes for Karpenter #417

Open svennam92 opened 2 months ago

svennam92 commented 2 months 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 month 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 3 weeks ago

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