istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/50728.yaml (about) 1 apiVersion: release-notes/v2 2 kind: feature 3 area: security 4 5 releaseNotes: 6 - | 7 **Added** An environment variable METRICS_LOCALHOST_ACCESS_ONLY for disabling 8 metrics endpoint from outside of the pod, to allow only localhost access. User can use set this with command 9 `--set values.pilot.env.METRICS_LOCALHOST_ACCESS_ONLY=true` for Control plane and 10 `--set meshConfig.defaultConfig.proxyMetadata.METRICS_LOCALHOST_ACCESS_ONLY=true` for proxy while istioctl installation.