Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for SDSFactory (0.3 sec)

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

    		ProxyDomain:                 proxy.DNSDomain,
    		IstiodSAN:                   istiodSAN.Get(),
    		UseExternalWorkloadSDS:      useExternalWorkloadSDSEnv,
    		MetadataDiscovery:           enableWDSEnv,
    		SDSFactory:                  sds,
    	}
    	extractXDSHeadersFromEnv(o)
    	return o
    }
    
    // Simplified extraction of gRPC headers from environment.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  2. pkg/istio-agent/agent.go

    	IstiodSAN string
    
    	WASMOptions wasm.Options
    
    	UseExternalWorkloadSDS bool
    
    	// Enable metadata discovery bootstrap extension
    	MetadataDiscovery bool
    
    	SDSFactory func(options *security.Options, workloadSecretCache security.SecretManager, pkpConf *mesh.PrivateKeyProvider) SDSService
    }
    
    // NewAgent hosts the functionality for local SDS and XDS. This consists of the local SDS server and
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  3. pkg/istio-agent/agent_test.go

    		ProxyXDSDebugViaAgent: true,
    		CARootCerts:           rootCert,
    		XDSRootCerts:          rootCert,
    		XdsUdsPath:            filepath.Join(d, "XDS"),
    		ServiceNode:           proxy.ServiceNode(),
    		SDSFactory: func(options *security.Options, workloadSecretCache security.SecretManager, pkpConf *meshconfig.PrivateKeyProvider) SDSService {
    			return sds.NewServer(options, workloadSecretCache, pkpConf)
    		},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 33.4K bytes
    - Viewed (0)
Back to top