Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ProcessRemoteTrustAnchors (0.43 sec)

  1. pilot/pkg/trustbundle/trustbundle.go

    		Source:            sourceSpiffeEndpoints,
    	})
    	if err != nil {
    		trustBundleLog.Errorf("failed to update meshConfig Spiffe trustAnchors: %v", err)
    	}
    }
    
    func (tb *TrustBundle) ProcessRemoteTrustAnchors(stop <-chan struct{}, pollInterval time.Duration) {
    	ticker := time.NewTicker(pollInterval)
    	defer ticker.Stop()
    	for {
    		select {
    		case <-ticker.C:
    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