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

Add: support authenticated connection to MQTT broker #1545

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Conversation

jjnicola
Copy link
Member

@jjnicola jjnicola commented Dec 18, 2023

What:
If the scanner options mqtt_user and mqtt_pass are set, the connection will be authenticated.
For this to work, MQTT broker must be configured with valid user and pass

This is disable per default

SC-917

DEPENDS ON greenbone/gvm-libs#801

Closes #1486

Why:
Improvement

How:

Checklist:

  • Tests
  • PR merge commit message adjusted

@jjnicola jjnicola requested a review from a team as a code owner December 18, 2023 12:56
@jjnicola jjnicola force-pushed the mqtt-auth branch 2 times, most recently from 3940c7e to 1bf98d4 Compare December 20, 2023 08:01
If the scanner options `mqtt_user` and `mqtt_pass`
are set, the connection will be authenticated.
For this to work, MQTT broker must be configured with valid user and pass

This is disable per default
@jjnicola jjnicola enabled auto-merge (squash) December 20, 2023 11:08
@jjnicola jjnicola merged commit 9ecb6ab into main Dec 20, 2023
26 checks passed
@jjnicola jjnicola deleted the mqtt-auth branch December 20, 2023 11:08
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.

[Feature request]: allow Greenbone to connect to a secured MQTT server
3 participants