lordcheng10 commented on a change in pull request #12430:
URL: https://github.com/apache/pulsar/pull/12430#discussion_r733274043
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java
##########
@@ -814,7 +814,7 @@ protected void handleConnect(CommandConnect connect) {
// 1. client is coming through a proxy
// 2. we require to validate the original credentials
// 3. no credentials were passed
- if (connect.hasOriginalPrincipal() &&
service.getPulsar().getConfig().isAuthenticateOriginalAuthData()) {
+ if (connect.hasOriginalPrincipal() &&
authenticateOriginalAuthData) {
Review comment:
isAuthenticateOriginalAuthData will not be updated onlineļ¼
https://github.com/apache/pulsar/blob/1830f90d08acc079c6ee5a5ec05751ab4cbee490/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java#L1140-L1144
--
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]