提交 ebaf97cc 编写于 作者: R Rajan Dhabalia 提交者: 冉小龙

[pulsar-broker] fix broken custom auth-provider that uses authenticationData (#5462)

Fix broken custom auth-provider that uses authenticationData
上级 734e7484
......@@ -555,6 +555,7 @@ public class ServerCnx extends PulsarHandler {
sslSession);
authState = authenticationProvider.newAuthState(clientData, remoteAddress, sslSession);
authenticationData = authState.getAuthDataSource();
doAuthentication(clientData, clientProtocolVersion, clientVersion);
} catch (Exception e) {
String msg = "Unable to authenticate";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册