Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for initial_metadata (0.15 sec)

  1. tools/packaging/common/gcp_envoy_bootstrap.json

                    },
                    "grpc.keepalive_timeout_ms": {
                      "int_value": 20000
                    }
                  }
                }
              },
              "initial_metadata": [
              {{ if .sts }}
              {{ if .gcp_project_id }}
                {
                  "key": "x-goog-user-project",
                  "value": "{{ .gcp_project_id }}"
                }
              {{ end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/tracing.go

    		GrpcService: &core.GrpcService{
    			TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    				EnvoyGrpc: &core.GrpcService_EnvoyGrpc{
    					ClusterName: clusterName,
    					Authority:   hostname,
    				},
    			},
    			InitialMetadata: []*core.HeaderValue{
    				{
    					Key:   "lightstep-access-token",
    					Value: accessToken,
    				},
    			},
    		},
    	}
    	return anypb.New(dc)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 24.2K bytes
    - Viewed (0)
Back to top