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
I want enable http ACL,but i don't want to enable Authentication,In the doc:
The emqx_auth_http plugin also includes ACL feature, which can be disabled via comments.
But if i comment 'emqx_auth_http.auth_req', the emqx_auth_http plugin cannot start!
The text was updated successfully, but these errors were encountered:
I want enable http ACL,but i don't want to enable Authentication,In the doc: The emqx_auth_http plugin also includes ACL feature, which can be disabled via comments. But if i comment 'emqx_auth_http.auth_req', the emqx_auth_http plugin cannot start!
You can return a string body ignore for ignore authentication by your http API. Document at here :https://docs.emqx.io/broker/latest/en/advanced/auth-http.html#authentication-principle
ignore
Sorry, something went wrong.
No branches or pull requests
I want enable http ACL,but i don't want to enable Authentication,In the doc:
But if i comment 'emqx_auth_http.auth_req', the emqx_auth_http plugin cannot start!
The text was updated successfully, but these errors were encountered: