You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we know what role the request is running as and we know which roles can access each column, we should replace all fetches for ungranted columns with null. This would avoid RBAC errors if you try and request things you're not allowed to (though it may result in non-null blowups).
Maybe this should be achieved via an additional preset, and that preset would make all columns like this nullable?
The text was updated successfully, but these errors were encountered:
Since we know what role the request is running as and we know which roles can access each column, we should replace all fetches for ungranted columns with
null
. This would avoid RBAC errors if you try and request things you're not allowed to (though it may result in non-null blowups).Maybe this should be achieved via an additional preset, and that preset would make all columns like this nullable?
The text was updated successfully, but these errors were encountered: