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
@butonic that is a nice idea. The uid/gid are quite specific for the EOS filesystem so I think they should still be part of the Opaque part unless there are other fs that will needed and then we can make it first class citizen. Any thoughts?
In the EOS filesystem implementation we rely on using systemcalls to obtain the user uid/gid. This implies having local users where reva runs and that sucks:
https://github.com/cs3org/reva/blob/master/pkg/storage/utils/eosfs/eosfs.go#L1219
We should obtain this information directly by calling the UserProviderAPI (through the Gateway).
The text was updated successfully, but these errors were encountered: