Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_kmsv2PluginProbe_rotateDEKOnKeyIDChange (0.73 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    	sum := computeEncryptionConfigHash([]byte(""))
    	if expect != sum {
    		t.Errorf("expected hash %q but got %q", expect, sum)
    	}
    }
    
    func Test_kmsv2PluginProbe_rotateDEKOnKeyIDChange(t *testing.T) {
    	defaultUseSeed := GetKDF()
    
    	origNowFunc := envelopekmsv2.NowFunc
    	now := origNowFunc() // freeze time
    	t.Cleanup(func() { envelopekmsv2.NowFunc = origNowFunc })
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
Back to top