|
|
|
|
|
by treis
2116 days ago
|
|
If you do it that way then you don't gain much security. Any SQL exploit would just need to add the Set Local Role to break out of the tenant row level security. Any code error would (probably) still allow unauthorized access because that error will likely also set the incorrect user. It adds a layer of security so it might prevent some bugs leading to exploits. But in itself is not enough to rely on to separate tenants. |
|