Open svennam92 opened 2 months 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
so we can configure more secure IAM roles I think I am missing something. What do you mean by this?
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/11Describe 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