beryllw commented on PR #6258:
URL: https://github.com/apache/kyuubi/pull/6258#issuecomment-2041942609

   > * if user input the wrong username/password, no way to correct
   
   Fixing this will change the current authentication logic, i will fix it soon.
   
   > * only SQL editor works
   
   Other api return http status code 405? Because the current user is not an 
administrator.
   
   ```
   org.apache.kyuubi.server.api.v1.AdminResource#sessions
       if (!fe.isAdministrator(userName)) {
         throw new NotAllowedException(
           s"$userName is not allowed to list all live sessions")
       }
   ```
   


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