OceanProtocolEnterprise / ocean-node

Apache License 2.0
0 stars 0 forks source link

Add access control to service level #7

Open MBadea17 opened 5 months ago

MBadea17 commented 5 months ago

Add access control lists to the service level, so both the dataNFT and service access control lists are checked at consumption time.

MBadea17 commented 5 months ago

@alexcos20 , please document the policies.

alexcos20 commented 5 months ago

We already have credentials at the DDO level (NFT). (see https://docs.oceanprotocol.com/developers/ddo-specification#credentials)

We need to add it to service level as well(so, each service will also have a credentials object), then have a combination of access:

TO DO: