You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we migrate away from the proxy we should ensure the metrics endpoint can be served via TLS (kubernetes-sigs/controller-runtime#2407), however there is no RBAC enforcement at the moment.
The text was updated successfully, but these errors were encountered:
If we migrate away from the proxy we should ensure the metrics endpoint can be served via TLS (kubernetes-sigs/controller-runtime#2407), however there is no RBAC enforcement at the moment.
This feature provides integrated support for securing metrics endpoints by embedding authentication (authn) and authorization (authz) mechanisms directly into the controller manager's metrics server, replacing the need for (https://github.com/brancz/kube-rbac-proxy) to secure metrics endpoints.
Component(s)
No response
Describe the issue you're reporting
https://github.com/kubernetes-sigs/kubebuilder/blob/master/designs/discontinue_usage_of_kube_rbac_proxy.md
The proxy is used to secure
/metrics
endpoint of the operatoropentelemetry-operator/bundle/openshift/manifests/opentelemetry-operator.clusterserviceversion.yaml
Line 516 in 97c8d51
On OpenShift the proxy is configured with OCP serving certs https://github.com/os-observability/konflux-opentelemetry/blob/main/bundle-patch/patch_csv.yaml#L177 and https://github.com/os-observability/konflux-opentelemetry/blob/main/bundle-patch/manifests/opentelemetry-operator-prometheus_rbac.authorization.k8s.io_v1_rolebinding.yaml#L18 cc) @iblancasa we talked about migrating this to this repo.
If we migrate away from the proxy we should ensure the metrics endpoint can be served via TLS (kubernetes-sigs/controller-runtime#2407), however there is no RBAC enforcement at the moment.
The text was updated successfully, but these errors were encountered: