cs3org / OCM-API

OpenCloudMesh API
38 stars 11 forks source link

Federated sharing: uniqueness of remoteId #4

Closed dvh closed 7 years ago

dvh commented 7 years ago

The remoteId parameter is determined by the sending instance. However, how can uniqueness on the receiving side be guaranteed if multiple sending instances provide the same remoteId? To solve this, the remoteId should be generated by the receiving instance instead and be accessible via a GET operation on /cloud/shares and upon share offer creation.

dvh commented 7 years ago

We fixed this in the current spec.