Skip to content

Commit

Permalink
CORE-20093: Add default master wrapping key alias to individual key r…
Browse files Browse the repository at this point in the history
…otation request message (#1607)

To improve the sync issues between crypto workers when updating the configuration before key rotation, we use only one place to retrieve the default master wrapping key alias. To pass it to other workers, we use kafka message.

Runtime-os PR: #6029
  • Loading branch information
anien authored Apr 22, 2024
1 parent 66653d9 commit cdacba8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cordaProductVersion = 5.3.0
# NOTE: update this each time this module contains a breaking change
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to
## a per module property in which case module versions can change independently.
cordaApiRevision = 11
cordaApiRevision = 12

# Main
kotlin.stdlib.default.dependency = false
Expand Down

0 comments on commit cdacba8

Please sign in to comment.