zhanghaou commented on code in PR #25289:
URL: https://github.com/apache/pulsar/pull/25289#discussion_r2893486473
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/web/PulsarWebResource.java:
##########
@@ -186,12 +186,14 @@ public static boolean isClientAuthenticated(String appId)
{
return appId != null;
}
- private void validateOriginalPrincipal(String authenticatedPrincipal,
String originalPrincipal) {
+ private CompletableFuture<Void> validateOriginalPrincipalAsync(String
authenticatedPrincipal,
Review Comment:
Thanks for the review. The code has already been rolled back, and the
changes have been kept to a minimum.
--
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]