-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Add sever and client keys to eventbus #8698
Conversation
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.
Question: I assume that it won't be necessary to share keys between event bus instances on different machines?
|
||
import javax.swing.plaf.ColorUIResource; |
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.
Looks like a mistaken import. Please remove.
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.
Thanks @shs96c !
Removed the unused import.
For the question: I assumed the same. @adamgoucher can shed some light?
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.
I don't think so. the 0mq bus is something we control 100% and this is just a secure default. (I expect most large implementations will use a different bus anyways)
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.
Thanks @adamgoucher
This reverts commit b03e108. This is because it caused the EndToEndTest to fail, which means we can't actually spin up a Grid.
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Fixes #7856
Motivation and Context
We had an unsecured implementation of zeromq, this PR adds security by using the CurveMQ server and client keys and certificates.
Types of changes
Checklist