Skip to content

Commit

Permalink
add target key aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
dickon committed Nov 3, 2023
1 parent bb19b0b commit ea860b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"name": "newKeyAlias",
"type": "string",
"doc": "The new wrapping key which oldKeyAlias' content will be re-wrapped with."
},
{
"name": "targetKeyAlias",
"type": "string",
"doc": "Specifies the wrapped key to rotate"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"type": "string",
"doc": "The new wrapping key which oldKeyAlias' content has been re-wrapped with."
},
{
"name": "targetKeyAlias",
"type": "string",
"doc": "Specifies the wrapped key to rotate"
},
{
"name": "endOperationTimestamp",
"type": {
Expand Down

0 comments on commit ea860b5

Please sign in to comment.