From 4afe5c79efe4831f0b6caaf2bbd0a1294d21928c Mon Sep 17 00:00:00 2001 From: Anna Paskova Date: Tue, 16 Apr 2024 14:26:53 +0100 Subject: [PATCH] Add default master wrapping key alias into key rotation request message --- .../wire/ops/key/rotation/IndividualKeyRotationRequest.avsc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/avro-schema/src/main/resources/avro/net/corda/data/crypto/wire/ops/key/rotation/IndividualKeyRotationRequest.avsc b/data/avro-schema/src/main/resources/avro/net/corda/data/crypto/wire/ops/key/rotation/IndividualKeyRotationRequest.avsc index e4bb28480..6b6969be6 100644 --- a/data/avro-schema/src/main/resources/avro/net/corda/data/crypto/wire/ops/key/rotation/IndividualKeyRotationRequest.avsc +++ b/data/avro-schema/src/main/resources/avro/net/corda/data/crypto/wire/ops/key/rotation/IndividualKeyRotationRequest.avsc @@ -14,6 +14,11 @@ "type": "string", "doc": "Specifies the specific tenant that owns the old key." }, + { + "name": "masterWrappingKeyAlias", + "type": ["null", "string"], + "doc": "Mandatory for unmanaged key rotation only, always null for managed key rotation. Specifies the default master wrapping key to rotate to." + }, { "name": "targetKeyAlias", "type": ["null", "string"],