You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
668 B
22 lines
668 B
## |
|
## mosquitto-auth-http.conf -- HTTP authentication and authorization for Mosquitto |
|
## |
|
|
|
auth_plugin @l_prefix@/libexec/mosquitto/mosquitto-auth-http.so |
|
|
|
auth_opt_log_level debug |
|
auth_opt_log_dest file |
|
auth_opt_log_file @l_prefix@/var/mosquitto/log/mosquitto.log |
|
|
|
auth_opt_backends http |
|
|
|
auth_opt_http_host 127.0.0.1 |
|
auth_opt_http_port 8080 |
|
auth_opt_http_getuser_uri /auth |
|
auth_opt_http_superuser_uri /auth |
|
auth_opt_http_aclcheck_uri /acl |
|
auth_opt_http_with_tls false |
|
auth_opt_http_verify_peer false |
|
auth_opt_http_response_mode status |
|
auth_opt_http_params_mode json |
|
|
|
|