dapperlabs-platform / terraform-confluent-official-kafka-cluster

Apache License 2.0
1 stars 2 forks source link

Grant ccloud exporter environment wide access #15

Closed vpolikarpov closed 2 years ago

vpolikarpov commented 2 years ago

Currently ccloud_exporter exposes only metrics for kafka cluster itself but not for cluster link. Since ClusterLink is not a part of Cluster it's not enough to have MetricsViewer role in cluster scope to fetch Link metrics.

This PR binds ccloud_exporter service account to a MetricsViewer role in environment scope.

noyceb commented 2 years ago

Closing this, as I don't believe we need this now with #16