Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildInboundFilterChain (0.16 sec)

  1. pilot/pkg/networking/grpcgen/lds.go

    	switch mode {
    	case model.MTLSDisable:
    		out = append(out, buildInboundFilterChain(node, push, "plaintext", nil))
    	case model.MTLSStrict:
    		out = append(out, buildInboundFilterChain(node, push, "mtls", tlsContext))
    		// TODO permissive builts both plaintext and mtls; when tlsContext is present add a match for protocol
    	}
    
    	return out
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 14.6K bytes
    - Viewed (0)
Back to top