yongjinhou commented on code in PR #16571:
URL: https://github.com/apache/doris/pull/16571#discussion_r1107924222


##########
fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/BackendsAction.java:
##########
@@ -70,9 +67,6 @@ public class BackendsAction extends RestBaseController {
     @RequestMapping(path = "/api/backends", method = {RequestMethod.GET})
     public Object getBackends(HttpServletRequest request, HttpServletResponse 
response) {
         executeCheckPassword(request, response);
-        if (Config.enable_all_http_auth) {

Review Comment:
   I've explained that in the issue.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to