istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/sds-cacert-precedence.yaml (about)

     1  apiVersion: release-notes/v2
     2  kind: bug-fix
     3  area: security
     4  issue:
     5  - 29856
     6  releaseNotes:
     7  - |
     8    **Fixed** an issue causing a Secret named `<secret>-cacert` to have lower precedence than a Secret named `<secret>` for Gateway Mutual TLS.
     9    This behavior was accidentally inverted in Istio 1.8; this changes restores the behavior to match Istio 1.7 and earlier.