Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/permitio/docs into ci/inc…
Browse files Browse the repository at this point in the history
…lude-argos-on-ci
  • Loading branch information
ologbonowiwi committed Jan 26, 2025
2 parents 7771ce9 + be727e7 commit c26abb5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/how-to/build-policies/rebac/building-rebac-policies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,23 @@ And we can also pass, as in RBAC, an object with additonal data such as the tena
await permit.check(userId, "assign", {type:"member_group", key:"group3", tenant:"Tenant1"} );
```

## Visualizing your ReBAC policy - Resource Relationship Graph

The resource relationship graph visually represents the connections and dependencies between various resources in your system.
The gray nodes in the graph represent a resource, while edges depict the relationships between them, such as ownership or permissions.
This version of the graph is read-only
This view helps provide clear insights into the resource hierarchy and relationships at a glance.

Here is how you can access the graph


![Resource Relationship Graph](/ui-videos/rebac/button-graph.png)


Here is an example of a resource relationship graph:
![Resource Relationship Graph](/ui-videos/rebac/resource-relationship-graph.png)



## Dive deeper into ReBAC with our example apps
- [Google Drive](/modeling/google-drive) - Your classic file sharing app - with file/folder hierarchy
Expand Down
Binary file added static/ui-videos/rebac/button-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c26abb5

Please sign in to comment.