mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 03:56:07 -04:00
Remove kekID from cryptmapper
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
7626765d87
commit
5660f813f0
7 changed files with 11 additions and 14 deletions
|
@ -46,7 +46,7 @@ func TestConstellationKMS(t *testing.T) {
|
|||
endpoint: listener.Addr().String(),
|
||||
vpn: tc.vpn,
|
||||
}
|
||||
res, err := kms.GetDEK(context.Background(), "master-key", "data-key", 64)
|
||||
res, err := kms.GetDEK(context.Background(), "data-key", 64)
|
||||
|
||||
if tc.errExpected {
|
||||
assert.Error(err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue