Skip to content

Commit

Permalink
[pulsar-broker] fix broken custom auth-provider that uses authenticat…
Browse files Browse the repository at this point in the history
…ionData (#5462)

Fix broken custom auth-provider that uses authenticationData
  • Loading branch information
rdhabalia authored and wolfstudy committed Oct 30, 2019
1 parent 734e748 commit ebaf97c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -555,6 +555,7 @@ protected void handleConnect(CommandConnect connect) {
sslSession);

authState = authenticationProvider.newAuthState(clientData, remoteAddress, sslSession);
authenticationData = authState.getAuthDataSource();
doAuthentication(clientData, clientProtocolVersion, clientVersion);
} catch (Exception e) {
String msg = "Unable to authenticate";
Expand Down

0 comments on commit ebaf97c

Please sign in to comment.