Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for upstream_cluster (0.17 sec)

  1. pilot/pkg/model/telemetry_logging.go

    			"upstream_host":                     {Kind: &structpb.Value_StringValue{StringValue: "%UPSTREAM_HOST%"}},
    			"upstream_cluster":                  {Kind: &structpb.Value_StringValue{StringValue: "%UPSTREAM_CLUSTER%"}},
    			"upstream_local_address":            {Kind: &structpb.Value_StringValue{StringValue: "%UPSTREAM_LOCAL_ADDRESS%"}},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 23K bytes
    - Viewed (0)
  2. tests/integration/security/egress_gateway_origination_test.go

    					name:            "fake root",
    					statusCode:      http.StatusServiceUnavailable,
    					credentialToUse: strings.TrimSuffix(fakeCredName, "-cacert"),
    					useGateway:      false,
    				},
    
    				// Set up an UpstreamCluster with a CredentialName when secret doesn't even exist in istio-system ns.
    				// Secret fetching error at Gateway, results in a 503 response.
    				{
    					name:            "missing secret",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 15.4K bytes
    - Viewed (0)
Back to top