-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(general): create a concepts page for resource authorizations (#2583
) * 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
1 parent
5487ea7
commit c04e480
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters