Security fix: Disable anonymous MQTT access

Changed allow_anonymous from true to false in mosquitto.conf to prevent unauthorized access to the MQTT broker. Authentication is now required for all connections.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-30 22:48:23 +00:00
parent 7ba3f398a8
commit edcb97f01f

View File

@@ -24,7 +24,7 @@ log_timestamp true
# Authentifizierung
# Aktiviert bei Erstinstallation - Admin User wird durch Sync konfiguriert
# allow_anonymous false
allow_anonymous true
allow_anonymous false
password_file /mosquitto/config/password.txt
# Access Control List