How to restrict sub-admins from assigning users to unauthorized paths or groups? #2029
Unanswered
philipp121
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently evaluating SFTPGo and exploring whether it can support a self-service model for internal teams.
The setup I’m testing includes:
The challenge:
I want to isolate teams from each other, but currently I can't find a way to prevent the following:
For example:
Sub-Admins from group1 should not be able to set paths like /srv/sftpgo/data or /srv/sftpgo/data/group2.
My main question:
Is SFTPGo designed to support this kind of shared, multi-tenant setup with strict isolation between teams, or is it better to deploy a separate SFTPGo instance per team/project to achieve proper isolation?
Thanks in advance for any clarification or recommendations!
Beta Was this translation helpful? Give feedback.
All reactions