joeCarf commented on code in PR #6615:
URL: https://github.com/apache/rocketmq/pull/6615#discussion_r1169962995


##########
proxy/src/main/java/org/apache/rocketmq/proxy/remoting/pipeline/AuthenticationPipeline.java:
##########
@@ -36,13 +33,9 @@ public AuthenticationPipeline(List<AccessValidator> 
accessValidatorList) {
 
     @Override
     public void execute(ChannelHandlerContext ctx, RemotingCommand request, 
ProxyContext context) throws Exception {
-        ProxyConfig config = ConfigurationManager.getProxyConfig();
-        if (config.isEnableACL()) {

Review Comment:
   ok



-- 
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]

Reply via email to