rtrivedi12 commented on code in PR #5319:
URL: https://github.com/apache/hive/pull/5319#discussion_r1891091354


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -4508,7 +4508,7 @@ public static enum ConfVars {
         "If enabled, HiveServer2 will block any requests made to it over http 
" +
             "if an X-CSRF-TOKEN header is not present"),
     HIVE_SECURITY_COMMAND_WHITELIST("hive.security.command.whitelist",
-      "set,reset,dfs,add,list,delete,reload,compile,llap",
+      "set,reset,dfs,add,list,delete,reload,compile,llap,processlist",

Review Comment:
   Yes, I have left a TODO comment for authorization. We can authorize the 
admin user and display query String or any other sensitive info in follow-up PR.



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to