Files
labs/03-security/lab08/mosquitto.conf
Thomas Kruse 8fdf5827e4 Add labs
2026-02-03 22:29:46 +01:00

14 lines
617 B
Plaintext

listener 1883
allow_anonymous false
# this works but does not support expected feedback,
# see this issue comment:
# https://github.com/eclipse-mosquitto/mosquitto/issues/2296#issuecomment-924423566
# The ACLs in an ACL file are currently exclusively related to publishing - write indicates whether the client is allowed to send a publish to a topic, and read indicates whether a client is allowed to receive a publish on a topic.
password_file /mosquitto/config/users.txt
acl_file mosquitto/config/acl.txt
plugin /usr/lib/mosquitto_dynamic_security.so
plugin_opt_config_file /mosquitto/config/dynamic-config.json