logoalt Hacker News

orftoday at 12:04 PM2 repliesview on HN

Back office, employee access is a completely different problem to what is described in the post.

How do you enforce tenant isolation with that method, or prevent unbounded table reads?


Replies

tossandthrowtoday at 12:29 PM

They likely don't need tenant isolation and unbound table reads can be mitigated using timeouts.

We do something similar for our backoffice - just with the difference that it is Claude that has full freedom to write queries.

weird-eye-issuetoday at 1:25 PM

RLS...