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

Added SSL support #45

Merged
merged 4 commits into from
May 28, 2024
Merged

Added SSL support #45

merged 4 commits into from
May 28, 2024

Conversation

iNikitaGricenko
Copy link
Contributor

What changes are being made and why?


How the changes have been QAed?

Setup Instructions for unit test
  • Run generate_certificates.sh script in docker/ssl folder
  • Copy ca.crt file from docker/ssl/certs folder into test/resources/crt
  • Uncomment mosquitto-ssl from docker-compose-ci.yml, and run it
yaml
task:
  - id: watch
    type: io.kestra.plugin.mqtt.Publish
    topic: test/trigger
    clientId: kestraProducer
    server: ssl://localhost:8883
    crt: /home/path/to/ca.crt
    serdeType: JSON
    retain: true
    from:
       type: "sensors"
       value: 1.23

Copy link
Member

@loicmathieu loicmathieu left a comment

Choose a reason for hiding this comment

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

LGTM

@loicmathieu loicmathieu merged commit 02833fd into kestra-io:master May 28, 2024
1 check 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.

2 participants