Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for ISTIO_MUTUAL (0.12 sec)

  1. pilot/pkg/config/kube/gateway/conversion.go

    		out.Mode = istio.ServerTLSSettings_SIMPLE
    		if tls.Options != nil {
    			switch tls.Options[gatewayTLSTerminateModeKey] {
    			case "MUTUAL":
    				out.Mode = istio.ServerTLSSettings_MUTUAL
    			case "ISTIO_MUTUAL":
    				out.Mode = istio.ServerTLSSettings_ISTIO_MUTUAL
    				return out, nil
    			}
    		}
    		if len(tls.CertificateRefs) != 1 {
    			// This is required in the API, should be rejected in validation
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top