Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/networking/core/gateway_test.go

    				sniHosts:   nil,
    				tlsContext: nil,
    				httpOpts: &httpListenerOpts{
    					rds:              "some-route",
    					useRemoteAddress: true,
    					connectionManager: &hcm.HttpConnectionManager{
    						XffNumTrustedHops:        0,
    						ForwardClientCertDetails: hcm.HttpConnectionManager_SANITIZE_SET,
    						SetCurrentClientCertDetails: &hcm.HttpConnectionManager_SetCurrentClientCertDetails{
    							Subject: proto.BoolTrue,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway.go

    		httpProtoOpts.AcceptHttp_10 = true
    	}
    	xffNumTrustedHops := uint32(0)
    
    	// Gateways do not use ProxyHeaders for XFCC as there is an existing field in gateway topology that is used instead.
    	forwardClientCertDetails := util.MeshConfigToEnvoyForwardClientCertDetails(meshconfig.ForwardClientCertDetails_SANITIZE_SET)
    	if proxyConfig != nil && proxyConfig.GatewayTopology != nil {
    		xffNumTrustedHops = proxyConfig.GatewayTopology.NumTrustedProxies
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    {"name": "envoy.filters.network.http_connection_manager",
     "typed_config": {
            "@type": "type.googleapis.com/type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager",
             "xffNumTrustedHops": "4"
     }
    }`),
    			},
    		},
    		// Ensure we can mix v3 patches with v2 internal
    		// Note that alwaysSetRequestIdInResponse is only present in v3 protos. It will be silently ignored
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
Back to top