Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for configTrustBundle (0.15 sec)

  1. security/pkg/nodeagent/cache/secretcache.go

    func (sc *SecretManagerClient) UpdateConfigTrustBundle(trustBundle []byte) error {
    	sc.configTrustBundleMutex.Lock()
    	if bytes.Equal(sc.configTrustBundle, trustBundle) {
    		cacheLog.Debugf("skip for same trust bundle")
    		sc.configTrustBundleMutex.Unlock()
    		return nil
    	}
    	sc.configTrustBundle = trustBundle
    	sc.configTrustBundleMutex.Unlock()
    	cacheLog.Debugf("update new trust bundle")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 08:29:46 UTC 2024
    - 28.2K bytes
    - Viewed (0)
Back to top