acelyc111 commented on code in PR #1379:
URL: 
https://github.com/apache/incubator-pegasus/pull/1379#discussion_r1126738073


##########
src/runtime/security/access_controller.cpp:
##########
@@ -40,6 +51,14 @@ bool access_controller::pre_check(const std::string 
&user_name)
         return true;
     }
     return false;
+    return _super_users.find(user_name) != _super_users.end();
+}
+
+bool access_controller::is_enable_ranger_acl() { return 
FLAGS_enable_ranger_acl; }

Review Comment:
   Do you mean the link error?



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