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
(fix) bind metrics server to localhost interface only
Bind metrics server endpoints to 127.0.0.1 instead of all interfaces
to improve security by preventing direct external access to metrics endpoints.
This change supports downstream kube-rbac-proxy integration (see openshift/operator-framework-olm#1061 for more info)
by ensuring metrics are only accessible locally within the pod.
Signed-off-by: Anik Bhattacharjee <[email protected]>
0 commit comments