From b61d5416f92c6f21df6883d7eb43f38ef5a2f378 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia <33751220+Ricardogarcia28081991@users.noreply.github.com> Date: Fri, 29 Dec 2017 13:58:19 +0100 Subject: [PATCH] . --- _src/_guides/tutorial-rbac.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_src/_guides/tutorial-rbac.md b/_src/_guides/tutorial-rbac.md index e51ee8d..2d911cc 100644 --- a/_src/_guides/tutorial-rbac.md +++ b/_src/_guides/tutorial-rbac.md @@ -1,20 +1,20 @@ --- layout: guide -title: "Tutorial: RBAC" -tagline: Create tribes where people with different roles can create proposals and or vote. +title: "Tutorial: Role-based access controls in BigchainDB" +tagline: Learn how to assign different roles and permissions to different user types in BigchainDB header: header-rbac.jpg order: 4 learn: > - - How RBAC works on BigchainDB + - How Role-based access controls work in BigchainDB --- -Hi there! Welcome to our next tutorial about Role-Based Access Control in BigchainDB. For this tutorial, we assume that you are familiar with the BigchainDB primitives (assets, inputs, outputs, transactions etc.). If you are not, familiarize yourself with the [Key concepts of BigchainDB](../key-concepts-of-bigchaindb/). We also assume that you have completed our [first tutorial](../tutorial-car-telemetry-app/). +Hi there! Welcome to our next tutorial about Role-based access controls (RBACs) in BigchainDB. For this tutorial, we assume that you are familiar with the BigchainDB primitives (assets, inputs, outputs, transactions etc.). If you are not, familiarize yourself with the [Key concepts of BigchainDB](../key-concepts-of-bigchaindb/). We also assume that you have completed our [first tutorial](../tutorial-car-telemetry-app/). -# RBAC +# About RBACs Role based access control is a way to restrict the system access to certain users. In BigchainDB this function enables the creation of hierarchies of role and permissions. Furthermore, users can be assigned roles to “act on behalf of” or “represent” other users or groups. In our case we propose different tribes where people have different roles, some can create proposals and some others can vote those proposals.