-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CORE-12165: undo revert of revert and remove limit and time to live on key rotation #1349
CORE-12165: undo revert of revert and remove limit and time to live on key rotation #1349
Conversation
2138748
to
fc5dfdf
Compare
Scanning for breaking API changes introduced by this PR Scan Succeeded |
Non-blocking downstream job failed for corda-non-functional-test https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1349/1/ has failed for PR 1349 build 1 Please investigate if your changes may have broken compilation on https://github.com/corda/corda-non-functional-test |
Non-blocking downstream job failed for corda-e2e-test https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1349/1/ has failed for PR 1349 build 1 Please investigate if your changes may have broken compilation on https://github.com/corda/corda-e2e-tests |
e419c17
to
a9f4747
Compare
Jenkins build for PR 1349 build 11 Build Successful: |
...esources/avro/net/corda/data/crypto/wire/ops/key/rotation/IndividualKeyRotationResponse.avsc
Show resolved
Hide resolved
@@ -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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add dot at the end of the sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
3dcc481
to
92dee26
Compare
92dee26
to
d2da8c5
Compare
Kudos, SonarCloud Quality Gate passed! |
Also add key type on individual key rotation messages, and clarify docstrings.