-
Notifications
You must be signed in to change notification settings - Fork 27
CORE-20093: Use one crypto worker to read default master wrapping key tag #6029
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-20093: Use one crypto worker to read default master wrapping key tag #6029
Conversation
build e2e |
Building E2E Tests on PR-6029 Build Failed: https://ci02.dev.r3.com/job/Corda5/job/corda-rebuild-e2e-tests/job/PR-6029/3/ |
Building E2E Tests on PR-6029 |
Jenkins build for PR 6029 build 7 Build Successful: |
build e2e |
eef190b
to
ff2d20f
Compare
ff2d20f
to
f36cc3b
Compare
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.
LGTM
|
Retrieve default master wrapping key alias only in rekey bus processor.
Use IndividualKeyRotationRequest kafka message to pass the default master wrapping key alias to rewrap bus processor.
When retrieving the status of key rotation, show the default master wrapping key alias instead of the hardcoded 'master' value.
API PR: #1607
E2E tests PR: #588