mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 16:25:37 +01:00
0b179ba210
* Creating permissions docs * adding permissions to tutorial list * Writting introduction * Adding descriptions of RBAC roles * Adding images * RBAC instructions for the market * Adding content for allow/deny lists * adding allow deny list images * Adding steps for submitting allow/ deny list changes * Fixing spelling mistakes * formatting h3 titles * Fixing markdown violation issue * Adding section - mapping roles to addresses * Updating tutorials overview * Minor edits Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
16 lines
534 B
Markdown
16 lines
534 B
Markdown
---
|
|
title: Fine-Grained Permissions
|
|
description: Control who can publish, consume or browse data
|
|
---
|
|
|
|
|
|
Ocean Protocol supports fine-grained permissions across our technology stack which can be particularly useful for enterprise use-cases. There are two ways in which permissions are implemented:
|
|
|
|
- [Role based access control server.](./rbac)
|
|
|
|
- [Allow & deny lists.](./allow-deny-lists)
|
|
|
|
Neither are enabled in [Ocean Market](market.oceanprotocol.com/) but you can enable them in your own market by following the guides above.
|
|
|
|
|