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

feat: ssl for mqtt3 integ tests #161

Merged
merged 3 commits into from
Nov 8, 2023
Merged

feat: ssl for mqtt3 integ tests #161

merged 3 commits into from
Nov 8, 2023

Conversation

jcosentino11
Copy link
Member

@jcosentino11 jcosentino11 commented Oct 20, 2023

Issue #, if available:

Description of changes:
Configure SSL for Moquette within bridge's integration test extension. This allows us to test SSL communication between bridge's local MQTT3 client and Moquette.

The Moquette version used for integ tests has also been bumped from 0.15 to 0.17, to match the latest version used in the public Greengrass Moquette component.

Why is this change necessary:

How was this change tested:

  • New integ test that uses SSL between moquette and bridge mqtt3 client

Any additional information or context required to review the change:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jcosentino11 jcosentino11 changed the title chore: add ssl support for mqtt3 integration tests feat: add ssl support for mqtt3 integration tests Nov 7, 2023
@jcosentino11 jcosentino11 changed the title feat: add ssl support for mqtt3 integration tests feat: ssl for mqtt3 integ tests Nov 7, 2023
Copy link

github-actions bot commented Nov 8, 2023

Code Coverage Report

File Coverage
All files 85%

Minimum allowed coverage is 65%

Generated by 🐒 cobertura-action against 8b0d749

@@ -74,7 +74,7 @@
<dependency>
<groupId>io.moquette</groupId>
<artifactId>moquette-broker</artifactId>
<version>0.15</version>
<version>0.17</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this break backwards compatibility?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never mind, I see the scope now.

@MikeDombo MikeDombo merged commit 72d4d5c into main Nov 8, 2023
2 checks passed
@MikeDombo MikeDombo deleted the integ-mqtt3-ssl branch November 8, 2023 15:47
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.

3 participants