Bruno
Bruno
Thanks. If I understand correctly the prometheus ServiceAccount should have permissions to /metrics, like in this example: https://github.com/brancz/kube-rbac-proxy/blob/master/examples/non-resource-url/client-rbac.yaml#L1-L7 But, this permission must be configured in a `ClusterRole` and in my...
Thanks for your answer. Unfortunately, if you deploy kube-green with OLM (Operator Lifecycle Manager on OpenShift), the clusterrole is statically specified in the `ClusterServiceVersion`. Why not limiting the clusterrole to...
Thanks @davidebianchi, aggregated rules would be a great solution.