SecretsManager: Adding ability to disable all DEKs (#108444)
* Adding dek deactivation and rename list dek * disable data keys from manager * separate interface and don't use in encryption manager
This commit is contained in:
@@ -159,6 +159,15 @@ func TestDataKeyQueries(t *testing.T) {
|
||||
},
|
||||
},
|
||||
},
|
||||
sqlDataKeyDisableAll: {
|
||||
{
|
||||
Name: "disable",
|
||||
Data: &disableAllDataKeys{
|
||||
SQLTemplate: mocks.NewTestingSQLTemplate(),
|
||||
Updated: time.Unix(1735689600, 0).UTC(),
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user