How is the Azure storage Data Plane module supposed to get used? #46
Unanswered
Julian-Marco
asked this question in
Q&A
Replies: 1 comment
-
Perhaps through simpler REST API if the subscription and authentication is done |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently facing the situation where I want to copy data from an S3 storage to an Azure Blob storage, so I would have to use both the S3 data plane as well as the Azure storage data plane. I am facing a couple of issues here.
Provider -> S3 data plane + Azure storage data plane
Consumer -> Azure storage data plane
This raises a couple of questions:
2.1. In general, is it even possible to realize this use case without using the Azure vault extension? https://github.com/eclipse-edc/Technology-Azure/tree/main/extensions/common/vault/vault-azure If so, shouldn't the vault extension be a direct dependency of the Azure storage data plane? https://github.com/eclipse-edc/Technology-Azure/blob/main/extensions/data-plane/data-plane-azure-storage/build.gradle.kts Or is there a proper way to use the data plane without using the vault extension?
2.2. Assuming that the vault extension is necessary to use in this case and assuming that the provider needs to use the Azure data sink, wouldn't this also mean that the provider needs to do the whole setup for himself? Or is it only the consumer that needs to do the vault setup and it automatically grants access to the vault via its connector?
Beta Was this translation helpful? Give feedback.
All reactions