Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Street (0.17 sec)

  1. pilot/pkg/xds/delta.go

    	if res.Contains("*") {
    		wildcard = true
    		res.Delete("*")
    	}
    	// "if the client sends a request but has never explicitly subscribed to any resource names, the
    	// server should treat that identically to how it would treat the client having explicitly
    	// subscribed to *"
    	// NOTE: this means you cannot subscribe to nothing, which is useful for on-demand loading; to workaround this
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_inbound.go

    		// Chain has explicit user TLS config. This can only apply when the TLS mode is DISABLE to avoid conflicts.
    		if cc.tlsSettings != nil && mtls.Mode == model.MTLSDisable {
    			// Since we are terminating TLS, we need to treat the protocol as if its terminated.
    			// Example: user specifies protocol=HTTPS and user TLS, we will use HTTP
    			cc.port.Protocol = cc.port.Protocol.AfterTLSTermination()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  3. pilot/pkg/model/gateway.go

    							// We cannot merge two HTTPS servers even if their TLS settings have same path to the keys, because we don't know if the contents
    							// of the keys are same. So we treat them as effectively different TLS settings.
    							// This check is largely redundant now since we create rds names for https using gateway name, namespace
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
Back to top