-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support for MQTTS #43
Conversation
…l TLS (mTLS) support. Error handling is still to be implemented.
@gmartin82 If this pull request contains a bugfix or a new feature, then please consider using |
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.
This looks great overall!
Just 2 improvements are required:
- the config shall also support inline certificates (to simplify management in Zetta platform)
- as a consequence those config parameter shall be managed as secrets no never appear in the admin space.
Please have a look to how this was done for Zenoh config in eclipse-zenoh/zenoh#577
…e64 encoded format.
@JEnoch I've made the requested changes. The bridge only allows files to be specified via the command line but base64 encoded certificates can be provided in the plugin configuration. |
This PR adds support for MQTTS including both sever-authentication and mutual TLS (mTLS) support.
Closes #3.