Written by

Question Jack Rack · Oct 11, 2025

Can I hook into the IRIS SQL compiler to inject dynamic policies (e.g., tenant filtering, row masking)?

We require automatic injection of security predicates at runtime, depending on the user or API token. Is there a supported or hackable mechanism to manipulate SQL parsing/compilation before execution?

Comments

Benjamin De Boe  Oct 29, 2025 to Alexander Koblov

I think @Alexander Koblov actually meant "Yes" :-), as row-level security was indeed designed for exactly this purpose, to inject additional filters into queries based on their credentials.

0