-
Notifications
You must be signed in to change notification settings - Fork 64
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 support for SSL registry #41
base: master
Are you sure you want to change the base?
Conversation
- Add option 'ssl.ca.location', 'ssl.certificate.location', 'ssl.key.location' and 'ssl.enabled.min_protocol' to support SSL enabled registry service. Limitations: - 'schema.registry.url' accepts multiple URLs separated by ','. But the options added by this commit don't. That means all the URLs will use the same SSL information provided by those options. Close confluentinc#7
[clabot:check] |
@confluentinc It looks like @beeender just signed our Contributor License Agreement. 👍 Always at your service, clabot |
Any word on this? |
|
Hi all, is this PR still waiting on @beeender to sign the license agreement? Supporting SSL registries would be hugely helpful. |
I did! 😄 |
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 good to me.
'ssl.key.location' and 'ssl.enabled.min_protocol' to support SSL
enabled registry service.
Limitations:
the options added by this commit don't. That means all the URLs will
use the same SSL information provided by those options.
Close #7