HQebupt commented on a change in pull request #13904:
URL: https://github.com/apache/pulsar/pull/13904#discussion_r795022055
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/web/PulsarWebResource.java
##########
@@ -249,62 +249,131 @@ protected static void
validateAdminAccessForTenant(PulsarService pulsar, String
String
originalPrincipal, String tenant,
AuthenticationDataSource authenticationData)
throws Exception {
+ validateAdminAccessForTenantAsync(pulsar, clientAppId,
originalPrincipal, tenant, authenticationData).get();
Review comment:
Done @Jason918
--
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]