tuteng commented on a change in pull request #14044:
URL: https://github.com/apache/pulsar/pull/14044#discussion_r798604862
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/web/PulsarWebResource.java
##########
@@ -1051,7 +1050,7 @@ public void validateTopicOperation(TopicName topicName,
TopicOperation operation
throw new RestException(Status.UNAUTHORIZED, "Need to
authenticate to perform the request");
}
- AuthenticationDataHttps authData = clientAuthData();
+ AuthenticationDataSource authData = clientAuthData();
Review comment:
AuthenticationDataHttps is the return value of the error, use
AuthenticationDataSource instead of it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]