1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 08:20:22 +01:00
docs/content/tutorials/permissions.md
Jamie Hewitt 0b179ba210
Document optional fine-grained permissions in market (#682)
* 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>
2021-08-16 12:35:54 +03:00

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.