-
Notifications
You must be signed in to change notification settings - Fork 83
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(triggers): Add MQTT Trigger with secure connection options #498
feat(triggers): Add MQTT Trigger with secure connection options #498
Conversation
8f310d2
to
32101a8
Compare
@judehung @FelixTing please help take a look |
fe8e5be
to
cf4213e
Compare
5885ac0
to
f1c5bfe
Compare
close #454 Signed-off-by: lenny <[email protected]>
f1c5bfe
to
0a688f7
Compare
recheck |
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.
LGTM - looks like we settled on "mqtt-external" as the key.
Bit surprised that the test key certificates and keys are not flagged by Github (I had that happen in the past), but it looks like they were there before and now.
Yes, I get an email each time I push, but since they are for testing and not real, figured no worries... |
Yes, but I went with |
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.
LGTM
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. Thanks @lenny-intel
BTW, I tried using this MQTT Trigger to connect to and subscribe to the Mosquitto MQTT broker and also the AWS IoT MQTT broker, and got good results with both.
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.
LGTM
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
No MQTT trigger currently exists
Issue Number: #454
What is the new behavior?
Now have MQTT Trigger option with ability to connect securely using secrets from secret provider.
Does this PR introduce a breaking change?
Are there any new imports or modules? If so, what are they used for and why?
no
Are there any specific instructions or things that should be known prior to reviewing?
Other information