We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently a request like
mosquitto_pub -t '$CONTROL/dynamic-security/v1' -u "x" -P "y" -m ' { "commands": [ { "command": "getClient", "username": "PeterPan" } ] }'
Returns
{ "responses": [ { "command": "getClient", "error": "Client not found" } ] }
Because is not possible to connect which request lead to which response, I suggest to change the line
mosquitto/plugins/dynamic-security/clients.c
Line 983 in 849e0f5
to contain also the username, in a somewhat similar way to what happens just a bit down below in case of a success full answer
If is ok, I can prepare the code and the PR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently a request like
Returns
Because is not possible to connect which request lead to which response, I suggest to change the line
mosquitto/plugins/dynamic-security/clients.c
Line 983 in 849e0f5
to contain also the username, in a somewhat similar way to what happens just a bit down below in case of a success full answer
If is ok, I can prepare the code and the PR
The text was updated successfully, but these errors were encountered: