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 #566

Merged
merged 2 commits into from
Jan 25, 2024
Merged

Conversation

jjnicola
Copy link
Member

What

Support authenticated connection to MQTT broker
If notus-scanner options --mqtt-broker-user and `--mqtt-broker-password are given (or configured in the notus-scanner.toml configuration file), 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

Why

Improvement

References

Checklist

  • Tests

@jjnicola jjnicola requested a review from a team as a code owner December 18, 2023 13:05
notus/scanner/daemon.py Fixed Show fixed Hide fixed
If notus-scanner options --mqtt-broker-user and `--mqtt-broker-password are given (or configured in the notus-scanner.toml configuration file), 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
@bjoernricks
Copy link
Contributor

@jjnicola jjnicola merged commit 18f3b07 into main Jan 25, 2024
11 of 12 checks passed
@jjnicola jjnicola deleted the mqtt-auth branch January 25, 2024 09:16
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