Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions docs/keto/guides/rbac.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
title: Role Based Access Control (RBAC)
---

This guide will explain how to implement RBAC using Ory Keto.

:::warning

Implementing RBAC currently is possible, but requires some workarounds. This guide enables RBAC support with Keto but native
support is still work in progress. Follow the progress in [this issue](https://github.com/ory/keto/issues/598)

:::
This guide will explain how to implement RBAC using Ory Permissions.

[Role Based Access Control (RBAC)](https://en.wikipedia.org/wiki/Role-based_access_control) maps subjects to roles and roles to
permissions. The goal of (H)RBAC is to make permission management convenient by grouping subjects in roles and assigning
Expand Down