istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/istio-mutual-cred-name.yaml (about) 1 apiVersion: release-notes/v2 2 kind: bug-fix 3 area: traffic-management 4 releaseNotes: 5 - | 6 **Fixed** an issue where using `ISTIO_MUTUAL` TLS mode in Gateways while also setting `credentialName` cause mutual TLS to not be configured. 7 This configuration is now rejected, as `ISTIO_MUTUAL` is intended to be used without `credentialName` set. 8 The old behavior can be retaind by configuring the `PILOT_ENABLE_LEGACY_ISTIO_MUTUAL_CREDENTIAL_NAME=true` environment variable in Istiod.