DataFed
DataFed copied to clipboard
A Federated Scientific Data Management System
The ACL update message uses a JSON string payload for rules - this should be changed to use the existing ACLRule structure.
Clients should only be able to list their own projects, not other users projects.
A single user that has two accounts with Globus and uses both to log into DataFed separately and then links their globus accounts will cause confusion to DataFed, because DataFed...
The current DB code simply parses the provided name field assuming a format of "firstname lastname". It is unclear if supported identify providers enforce first/last names or allow additional parts....
When the repo server is processing a "get data size" command, it will check if the file path is valid; however, it simply sets the reply size to 0 and...
95% of the code is the same between the globus 4 and 5 implementations of the authz module. These should be merged into one and coded to auto-detect which version...
The current implementation stores DOI numbers directly as aliases (with '/' converted to '_'); however, the DOI standard allows any UTF-8 characters, but ArangoDB does not allow these characters in...
Need to design a mechanism to allow a groups of users to collectively own and maintain public schemas. This feature is needed to support the communal interests of specific domains...
Currently an error message is displayed. There is no reason why deleting public data should not be allowed.
It would be nice if one could do basic file system operations (even listing and changing directories may be sufficient I guess) while inside the DataFed CLI. If it is...