Implement row-level security in ClickHouse with Camel.
Issue | Solution |
---|---|
”Unknown setting SQL_camel_uid” | Ensure the role has CHANGEABLE_IN_READONLY permission for the setting |
No data returned | Verify the getSetting value matches your data exactly (case-sensitive) |
All data visible | Check that the row policy is applied to the correct role |
Poor performance | Ensure filter columns are in the ORDER BY clause |