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
How does it match with the `user_group.viewer_paths`?
These are per user group. Do we add the `user.project_dir` to the things a user has access to?
Some potential complexities in whether users would have access to all their `zarr_dir`s
The text was updated successfully, but these errors were encountered:
Let's be careful here that we add the admin-set user.project_dir, not all dataset.zarr_dir. Because a user could set those to anything and thus gain access to data they shouldn't if we use them in access management
Let's be careful here that we add the admin-set user.project_dir, not all dataset.zarr_dir. Because a user could set those to anything and thus gain access to data they shouldn't if we use them in access management
Agreed.
It a low risk, because fractal-vizarr-viewer should never make any call to /api/ endpoints (like the ones that would list the dataset attributes), but only to /auth (i.e. the ones with info about users, usergroups, settings, ..).
tcompa
changed the title
PLACEHOLDER: optional zarr_dir
Include user_settings.project_dir in list of allowed paths, on top of usergroup.viewer_pathsNov 4, 2024
ref fractal-analytics-platform/fractal-server#1934
ref fractal-analytics-platform/fractal-server#1986
from fractal-analytics-platform/fractal-server#1934 (comment)
The text was updated successfully, but these errors were encountered: