Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for extractXDSHeadersFromEnv (0.24 sec)

  1. pilot/cmd/pilot-agent/options/agent.go

    		MetadataDiscovery:           enableWDSEnv,
    		SDSFactory:                  sds,
    	}
    	extractXDSHeadersFromEnv(o)
    	return o
    }
    
    // Simplified extraction of gRPC headers from environment.
    // Unlike ISTIO_META, where we need JSON and advanced features - this is just for small string headers.
    func extractXDSHeadersFromEnv(o *istioagent.AgentOptions) {
    	envs := os.Environ()
    	for _, e := range envs {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top