Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PILOT_DISABLE_MX_ALPN (0.31 sec)

  1. releasenotes/notes/wds.yaml

      **Added** a flag `PILOT_DISABLE_MX_ALPN` on the control plane to disable advertising TCP metadata exchange ALPN token `istio-peer-exchange`....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 21:01:49 UTC 2023
    - 440 bytes
    - Viewed (0)
  2. tests/integration/iop-wds.yaml

        defaultConfig:
          proxyMetadata:
            PEER_METADATA_DISCOVERY: "true"
      values:
        pilot:
          env:
            PILOT_ENABLE_AMBIENT: "true"
            PILOT_ENABLE_AMBIENT_WAYPOINTS: "true"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 398 bytes
    - Viewed (1)
  3. pilot/pkg/features/pilot.go

    		"After this timeout expires, pilot can become ready without syncing data from clusters added via remote-secrets. "+
    			"Setting the timeout to 0 disables this behavior.",
    	).Get()
    
    	DisableMxALPN = env.Register("PILOT_DISABLE_MX_ALPN", false,
    		"If true, pilot will not put istio-peer-exchange ALPN into TLS handshake configuration.",
    	).Get()
    
    	ALPNFilter = env.Register("PILOT_ENABLE_ALPN_FILTER", true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top