Skip to content
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

Merged
merged 7 commits into from
Feb 29, 2024
Merged

Support for MQTTS #43

merged 7 commits into from
Feb 29, 2024

Conversation

gmartin82
Copy link
Contributor

@gmartin82 gmartin82 commented Feb 22, 2024

This PR adds support for MQTTS including both sever-authentication and mutual TLS (mTLS) support.

Closes #3.

@eclipse-zenoh-bot
Copy link
Contributor

@gmartin82 If this pull request contains a bugfix or a new feature, then please consider using Closes #ISSUE-NUMBER syntax to link it to an issue.

@gmartin82 gmartin82 marked this pull request as ready for review February 23, 2024 15:59
Copy link
Member

@JEnoch JEnoch left a 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:

  1. the config shall also support inline certificates (to simplify management in Zetta platform)
  2. 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

@gmartin82
Copy link
Contributor Author

@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.

@JEnoch JEnoch merged commit daf19fa into eclipse-zenoh:main Feb 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support MQTTS (for v3 and v5)
3 participants