Replies: 2 comments 18 replies
-
Hi-level docs about data plane: In depth documentation: If there are things that are not clear or you feel like they could described better, feel free to open an issue on the documentation repository |
Beta Was this translation helpful? Give feedback.
-
A The HTTP Provisioner provides an example of how to write a custom provisioner. The code is also well-documented and explains the relationship between provisioners and resource generators. You can also take a look at S3BucketProvisioner to see how to generate and send access tokens. |
Beta Was this translation helpful? Give feedback.
-
Hi,
when reading the official documentation,
I was under the impression, that a DataSink could be used to store data received by the consumers data plane.
When diving deeper into it, in particular when dealing with the transfer requests, it rather looks like a DataSink is used on the provider end to transfer the data to a specific target.
Or maybe both cases are possible?
Can someone point me into the right direction, possibly linking documentation that makes this a bit clearer?
In particular, I am interested in transferring (http/s) the data solely through the data planes on both the providers and the consumers end (data plane to data plane).
How could I achieve that the data-plane then stores it at the desired location?
I am particularly NOT interested in getting any final solution, I just want to know where my extension should be seated.
Beta Was this translation helpful? Give feedback.
All reactions