Add labs
This commit is contained in:
13
03-security/lab08/mosquitto.conf
Normal file
13
03-security/lab08/mosquitto.conf
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user