Skip to content

Commit

Permalink
remove simulate, limit and timeToLive for now, to keep things simple …
Browse files Browse the repository at this point in the history
…until we understand the problems
  • Loading branch information
dickon committed Nov 17, 2023
1 parent 90b0d62 commit fc5dfdf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"symbols": ["MANAGED", "UNMANAGED"]
},
"doc": "Type of the key to be rotated."
},
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"name": "targetKeyAlias",
"type": "string",
"doc": "Specifies the wrapped key to rotate"
"doc": "Specifies the alias of the key that should be rotated"
},
{
"name": "endOperationTimestamp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,6 @@
"name": "tenantId",
"type": ["null", "string"],
"doc": "Only specified when targeting managed keys. Specifies the specific tenant that owns the old and new key."
},
{
"name": "simulate",
"type": "boolean",
"doc": "If true, only work out the number of keys to rotate; defaults to false, which causes the key rotation to actually happen."
},
{
"name": "timeToLive",
"type": ["null", "int"],
"doc": "The maximum number of milliseconds which should pass, after which the key rotation loop will exit. The server can return before this time, and should do at least one key rotation."
},
{
"name": "limit",
"type": ["null", "int"],
"doc": "The maximum number of key rotations to do, after which the key rotation loop will exit. The server can return after doing at least one, but at the server discretion not all of these keys, and should do at least one."
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
"type": ["null", "string"],
"doc": "Only specified when targeting managed keys. Specifies the specific tenant that owns the old and new key."
},
{
"name": "simulate",
"type": "boolean",
"doc": "True, if the invocation was a simulation."
},
{
"name": "newGeneration",
"type": ["null", "int"],
Expand Down

0 comments on commit fc5dfdf

Please sign in to comment.