Skip to content

Commit

Permalink
Renamed to hivemq-allow-all-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jan 30, 2020
1 parent 265fa58 commit 81d39bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

This Extension allows all MQTT clients to connect to HiveMQ.
Using this extension is not secure.
For production usage add an authentication extension and remove the hivemq-no-auth extension.
For production usage add an authentication extension and remove the hivemq-allow-all extension.
Authentication extensions can be found in the marketplace (https://www.hivemq.com/extensions/).

=== Installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void extensionStart(final @NotNull ExtensionStartInput extensionStartInpu
try {
log.warn("\n#####################################################################################################" +
"\n# This is an insecure deployment. Every MQTT client is fully authorized. #" +
"\n# For production usage add an authentication extension and remove the hivemq-no-auth extension. #" +
"\n# For production usage add an authentication extension and remove the hivemq-allow-all extension. #" +
"\n# Authentication extensions can be found in the marketplace (https://www.hivemq.com/extensions/). #" +
"\n#####################################################################################################");
Services.securityRegistry().setAuthenticatorProvider(authenticatorProviderInput -> ALLOW_ALL_AUTHENTICATOR);
Expand Down

0 comments on commit 81d39bc

Please sign in to comment.