Skip to content

feat: allow for non-self assignment #5640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions docs/self-managed/tasklist-deployment/tasklist-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,3 +371,18 @@ camunda:
tasklist:
csrfPreventionEnabled: false
```

## Allow non-self assignment

:::danger
This disables an intentional security mechanism and should only be used in development environments with no Identity installed.
:::

To allow users to assign other users to tasks, set the configuration property `camunda.tasklist.feature-flag.allow-non-self-assignment` to `true`.

```yaml
camunda:
tasklist:
feature-flag:
allow-non-self-assignment: true
```
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,18 @@ camunda:
tasklist:
csrfPreventionEnabled: false
```

## Allow non-self assignment

:::danger
This disables an intentional security mechanism and should only be used in development environments with no Identity installed.
:::

To allow users to assign other users to tasks, set the configuration property `camunda.tasklist.feature-flag.allow-non-self-assignment` to `true`.

```yaml
camunda:
tasklist:
feature-flag:
allow-non-self-assignment: true
```
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,18 @@ camunda:
tasklist:
csrfPreventionEnabled: false
```

## Allow non-self assignment

:::danger
This disables an intentional security mechanism and should only be used in development environments with no Identity installed.
:::

To allow users to assign other users to tasks, set the configuration property `camunda.tasklist.feature-flag.allow-non-self-assignment` to `true`.

```yaml
camunda:
tasklist:
feature-flag:
allow-non-self-assignment: true
```
Loading