Skip to content

Commit

Permalink
docs(general): create a concepts page for resource authorizations (#2583
Browse files Browse the repository at this point in the history
)

* docs(general): create a concepts page for resource authorizations

* style(formatting): technical review

* docs(general): direct users to RBA for SM when wanting group support

---------

Co-authored-by: christinaausley <[email protected]>
  • Loading branch information
Ben-Sheppard and christinaausley authored Sep 15, 2023
1 parent 5487ea7 commit c04e480
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/components/concepts/resource-authorizations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
id: resource-authorizations
title: "Resource authorizations"
description: "In Camunda 8 SaaS, resource authorizations are supported to allow a finer grained approach to controlling access to your resources."
---

In Camunda 8 SaaS, resource authorizations allow you to control the level of access a user has to a specific resource in the system.

:::info
Resource authorizations in Camunda 8 SaaS can only be applied on a user level currently, if you would like to explore setting resource authorizations
on a group level see the [resource authorizations for Self-Managed](../../self-managed/concepts/access-control/resource-authorizations.md) documentation.
:::

### Component support

The Camunda ecosystem contains several resource types and many actions that can be performed on them, currently the resource types and permissions we support are:

**Operate**

- Process definition:
- Read definition
- Delete definition
- Update process instance
- Delete process instance
- Decision definition:
- Read
- Delete

**Tasklist**

- Process definition:
- Start process instance

### Using Camunda 8 Self-Managed?

If you are using the Self-Managed distribution of Camunda 8, we recommend heading over to the [resource authorizations for Self-Managed](../../self-managed/concepts/access-control/resource-authorizations.md) documentation.
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ module.exports = {
"components/concepts/outbound-connectors-job-workers",
"components/concepts/backups",
"components/concepts/resource-deletion",
"components/concepts/resource-authorizations",
],
Console: [
"components/console/introduction-to-console",
Expand Down

0 comments on commit c04e480

Please sign in to comment.