opentelemetry-helm-charts icon indicating copy to clipboard operation
opentelemetry-helm-charts copied to clipboard

Permission management for prometheus receivers

Open paologallinaharbur opened this issue 3 years ago • 1 comments

I am currently testing the prometheus receiver. The chart creates a service account with no specific permission, therefore I faced the classical Failed to watch *v1.Service

Which is the recommended way to set up RBAC for the service account this chart creates? Should this chart provide something similar to what prometheus chartdoes or due to the number of receivers is not feasible?

paologallinaharbur avatar Jul 29 '21 10:07 paologallinaharbur

Because prometheus receiver is not part of the default config. Several optional components like k8s processor or prometheus receiver require additional RBAC.

We need to add an option to specify rbac in the chart

dmitryax avatar Mar 04 '22 01:03 dmitryax