aws-observability / terraform-aws-observability-accelerator

Open source project to help accelerate and ease observability setup on AWS environments
https://aws-observability.github.io/terraform-aws-observability-accelerator/
Apache License 2.0
288 stars 84 forks source link

[FEATURE] Custom Service Account & IAM Role Names #237

Closed araguiar closed 1 year ago

araguiar commented 1 year ago

The adot-operator forces a IAM role name convention that can lead to the IAM role name being more than 64 characters. Customization is limited to being able to define the service account name, but the otel-config submodule is hard coded to the default SA name

I want to update the otel-config helm chart to accept a custom service account name and update the eks-monitoring module to accept a custom IAM role name.

bonclay7 commented 1 year ago

Thanks for opening this