eric-maynard opened a new pull request, #396:
URL: https://github.com/apache/polaris/pull/396

   # Description
   
   Currently, when a request is rejected users see an error like this:
   
   ```
   org.apache.iceberg.exceptions.ForbiddenException: Forbidden: Principal 
'quickstart_user' with activated PrincipalRoles '[]' and activated ids '[6, 7]' 
is not authorized for op CREATE_NAMESPACE
   
   ```
   
   With this change, users will see something more like the following:
   ```
   org.apache.iceberg.exceptions.ForbiddenException: Forbidden: Principal 
'quickstart_user' with activated PrincipalRoles '[]' and activated grants via 
'[quickstart_catalog_role, quickstart_user_role]' is not authorized for op 
CREATE_NAMESPACE
   ```


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