Replies: 1 comment 5 replies
-
Adding metadata to transferred data can either be done during provisioning or at transfer time. This can be handled by a provisioner extension or data plane/data flow controller extension, respectively. The core connector should not be involved in this processing. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The background for this idea is to track data and map it when it leaves the Connector (relates in part to previous Discussion #1381 ).
The idea would be to assign a UID as meta information to a file before it is transferred to the provider. How exactly this meta information can be safely added to the file and it can no longer be manipulated would have to be considered in more detail. First I would suggest as prototype procedure a simple addition of a META data field, like you can add for example your geo location at pictures or the time and date.
Why you could use an ID for files
If you take a look beyond the connector, the data will be used for a specific purpose after a successful transfer through the connector. The data can be read, manipulated, deleted or forwarded.
How exactly a control over the exact use should be executed after the transfer I do not want to put here for discussion. But an example could be a certified software which uses the files. In any case the data flow and the data usage should be documented/logged ("audit logging").
The Connector can be seen as an instance where software outside the Connector can write its logs about the use of these various files as an interface. To be able to logically assign the various logs to the files within the connector, an ID for files would be very helpful, if not necessary.
If at this time such a discussion is inappropriate, I would be happy to take note of that and consider the issue further for myself and address it again at a later time. In general, I would be happy to have a discussion about adding an ID to a file.
Beta Was this translation helpful? Give feedback.
All reactions