ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

System - Handle/deny ownership change on published collections #514

Open dvstans opened 4 years ago

dvstans commented 4 years ago

Currently, ownership change only applies to data and not collections. This will prevent proper changing ownership of data inside published collections since the destination collection will be different. For the time being, deny changing ownership of published data - but must account for the destination collection being published (update moved records pub/cat tags). Eventually, allow for moving of collections (retain contained collections) and permit this on published data.

dvstans commented 4 years ago

For now, have just prevented ownership change with published data.

JoshuaSBrown commented 1 year ago

If we go with the idea that DataFed is not for publishing data and that can be done with a data catalog won't we avoid having to solve these issues. If we narrow the feature scope of DataFed to private projects etc some of these issues can be removed.

JoshuaSBrown commented 1 year ago

For a production quality service, I would prefer to limit the scope as much as possible and further explore this issue possibly in a development version.

dvstans commented 1 year ago

Yes, if we remove the catalog feature, this issue is irrelevant.