gracechen09 opened a new pull request, #4831:
URL: https://github.com/apache/polaris/pull/4831

   <!--
   ๐Ÿ“ Describe what changes you're proposing, especially breaking or user-facing 
changes. 
   ๐Ÿ“– See https://github.com/apache/polaris/blob/main/CONTRIBUTING.md for more.
   -->
   This PR introduces the API for entity-level visibility filtering on LIST 
operations, which is the first part of the implementation of 
[proposal](https://docs.google.com/document/d/1PyIISgK2FVK0m8t4104KZpKAWb4d1Wy0UhZQzut4pIc/edit?usp=sharing),
 and has been discussed in dev mailing list 
[thread1](https://lists.apache.org/thread/w58zrjt6jpq33mv9lvqzndqc6no5l7xb) and 
[thread2](https://lists.apache.org/thread/k3g6vjkx53rf6s89v9yyrtj43blvzklj).
   
   
   Changes:
   - added a new request object and a new entity-filtering method with a 
backward-compatible default implementation
   - added feature flag
   
   Follow-up PRs will be:
   
   1. implementation of `filterByVisibility` for RBAC authorizer
   2. implementation of `filterByVisibility` for OPA authorizer
   3. caller integration with `filterByVisibility`
   
   
   
   ## Checklist
   - [ ] ๐Ÿ›ก๏ธ Don't disclose security issues! (contact [email protected])
   - [ ] ๐Ÿ”— Clearly explained why the changes are needed, or linked related 
issues: Fixes #
   - [ ] ๐Ÿงช Added/updated tests with good coverage, or manually tested (and 
explained how)
   - [ ] ๐Ÿ’ก Added comments for complex logic
   - [ ] ๐Ÿงพ Updated `CHANGELOG.md` (if needed)
   - [ ] ๐Ÿ“š Updated documentation in `site/content/in-dev/unreleased` (if needed)
   


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