Skip to content

Commit

Permalink
Added initialization of default authentication mixin for test broker …
Browse files Browse the repository at this point in the history
…command.
  • Loading branch information
LukasBrand committed Dec 23, 2022
1 parent fa3b743 commit 54394bb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ public TestBrokerCommand(final @NotNull DefaultCLIProperties defaultCLIPropertie
port = defaultCLIProperties.getPort();
}

authenticationOptions.setDefaultOptions();

try {
sslConfig = sslOptions.buildSslConfig();
} catch (final Exception e) {
Expand Down

0 comments on commit 54394bb

Please sign in to comment.