Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RetrieveSpiffeBundleRootCerts (0.19 sec)

  1. pilot/pkg/trustbundle/trustbundle.go

    	tb.endpointMutex.RUnlock()
    	remoteCerts := []string{}
    
    	currentTrustDomain := tb.meshConfig.Mesh().GetTrustDomain()
    	for _, endpoint := range remoteEndpoints {
    		trustDomainAnchorMap, err := spiffe.RetrieveSpiffeBundleRootCerts(
    			map[string]string{currentTrustDomain: endpoint}, tb.remoteCaCertPool, remoteTimeout)
    		if err != nil {
    			trustBundleLog.Errorf("unable to fetch trust Anchors from endpoint %s: %s", endpoint, err)
    			continue
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top