Data Encryption Keys (v1)
Create a dek
post/dek-registry/v1/keks/{name}/deks
Path parameters
namestring required
Name of the kek
Request body
Example request
{
"subject": "subject",
"encryptedKeyMaterial": "encryptedKeyMaterial",
"version": 0,
"algorithm": "AES128_GCM"
}Response
The create response