slbotbm commented on PR #3733:
URL: https://github.com/apache/iggy/pull/3733#issuecomment-5307297518

   The one test failing is because of migrating to the new server. The test 
works like this: the root user creates a new user without the `read_user` 
permission. The code then logs in as the new user and tries to get the user's 
own details using `get_user` and asserts that this is possible. 
   
   In the legacy server this was possible, but in the new server, this is not 
possible since `read_user` permission is checked before anything happens. 
   
   Is this a regression or a new capability? 


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