|
|
|
|
|
by viovanov
1592 days ago
|
|
if you use something like OPA, it has partial evaluation [1], which would allow you to read in data, filter it based on your RBAC policy quickly until you have a pageful, then return to the caller together with some next page token that lets you remember where you left off. [1] https://blog.openpolicyagent.org/partial-evaluation-162750ea... |
|