istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/debug-handlers.yaml (about)

     1  apiVersion: release-notes/v2
     2  kind: feature
     3  area: networking
     4  
     5  releaseNotes:
     6    - |
     7      **Updated** the debug handlers on HTTP are now conditionally added based environment variable ENABLE_DEBUG_ON_HTTP.
     8      Setting "ENABLE_DEBUG_ON_HTTP" to false will not add debug handlers on HTTP ports and is recommended setting for
     9      production. In future releases, they will be replaced with "XDS-over-TLS" instead of exposing them on HTTP interface.
    10