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
Currently the plugin is being enabled by configuring it for the zone collection - /tempZone. In other saying we add some sort of configuration metadata to the zone collection. And this is making the plugin effective on the entire zone.
However for the possibilities like some certain metadata should only be guarded once attached to a specific group/project, the following configuration as expected not working. imeta set -C /tempZone/home/groupA irods::metadata_guard '{"prefixes": ["irods::"], "admin_only": true}'
An alternative solution for this might be adding an extra layer for the namespace. imeta set -C /tempZone irods::metadata_guard '{"prefixes": ["group1::irods::"], "admin_only": true}'
However we are worried to make things complex in future: we believe the namespacing should be used only for identifying something.
What would be your opinion for a use case that needs to protect a specific metadata only for a specific collection/group? Thanks.
The text was updated successfully, but these errors were encountered:
Currently the plugin is being enabled by configuring it for the zone collection -
/tempZone
. In other saying we add some sort of configuration metadata to the zone collection. And this is making the plugin effective on the entire zone.However for the possibilities like some certain metadata should only be guarded once attached to a specific group/project, the following configuration as expected not working.
imeta set -C /tempZone/home/groupA irods::metadata_guard '{"prefixes": ["irods::"], "admin_only": true}'
An alternative solution for this might be adding an extra layer for the namespace.
imeta set -C /tempZone irods::metadata_guard '{"prefixes": ["group1::irods::"], "admin_only": true}'
However we are worried to make things complex in future: we believe the namespacing should be used only for identifying something.
What would be your opinion for a use case that needs to protect a specific metadata only for a specific collection/group? Thanks.
The text was updated successfully, but these errors were encountered: