hxnan commented on issue #9856: URL: https://github.com/apache/pulsar/issues/9856#issuecomment-795047143
My fault. Get request to `/admin/v2/non-persistent/tenant/ns` include broker to broker http request. Error story I met : client -- token--> broker -- no token--> broker = 401 code Success story: client--token-->broker-- token(provide by brokerClientAuthenticationParameters) --> broker = 200 code Set the config blow solve my problem. ``` brokerClientAuthenticationPlugin= brokerClientAuthenticationParameters= ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
