Supports multi-tenancy, prevents tenants from exceeding their authority #1124
|
If the node is deployed in the customer's environment, with each user having an account, how to prevent the leakage of other users' data? |
Answered by
bgentry
Jan 14, 2026
Replies: 2 comments 1 reply
|
Hi, River does not have any specific features to address job isolation. It’s a general purpose background job engine meant to be integrated into arbitrary backend Go applications. Ultimately any sort of security isolation is the responsibility of the backend application developer. |
0 replies
Answer selected by
XTeam-Wing
|
I'm trying to implement it through rls. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, River does not have any specific features to address job isolation. It’s a general purpose background job engine meant to be integrated into arbitrary backend Go applications. Ultimately any sort of security isolation is the responsibility of the backend application developer.