appuio / component-openshift4-ingress

Commodore component to manage Ingress Controllers on OpenShift 4
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Aggregate `ingresscontrollers` into `cluster-reader` #55

Closed davidgubler closed 1 year ago

davidgubler commented 1 year ago

We add a custom clusterrole which is aggregated to cluster-reader which grants get, list, watch on all monitoring.coreos.com resources. This should allow users which have cluster-reader look at Prometheus rules, ServiceMonitors etc. without having to impersonate cluster-admin.

Checklist