提交 4f247a41 编写于 作者: R Rajan Dhabalia 提交者: xiaolong.ran

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

Fix broken custom auth-provider that uses authenticationData

(cherry picked from commit ebaf97cc)
上级 7d1c6ee4
......@@ -547,6 +547,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.
先完成此消息的编辑!
想要评论请 注册