-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restricting access by project #5
Comments
This is a good point. We have though about this in the past. But it's a little tricky. We could implement custom permissions for projects, for example, to not display the Project View if it has a custom permission and the user doesn't have it. But actually we would need to limit the viewable Experiments, Analyses, and Submissions. Maybe Samples and Individuals if they only have Experiments for that project. So the permissions would need to be applied to every query. And the totals would be different for every user. At some point we discussed that we preferred for our use case to allow all projects to be accessible by default. But I can see how other groups would like to restrict this. |
I think the metadata part is less of a challenge, real question is how do On Thu, Jun 18, 2020 at 10:14 AM Juan Esteban Arango Ossa <
-- *Juan Medina * |
We were hoping to solve the server side problem with ACLs. If you dont think the ui side is difficult perhaps we can try to implement our side with a hackathon. Juanes I was thinking users could have project level permissions with their access limited at the project level. Im not sure how to lock down static file access or if thats even a problem. |
I believe currently there's no way to limit anyone from accessing any project on the UI and any file on the datalake. It would be nice to have a way to restrict such things.
The text was updated successfully, but these errors were encountered: