From f5b2cb2aed416b17fb95e53fa6b9911767ab7f54 Mon Sep 17 00:00:00 2001 From: Jonathan Lukas Date: Mon, 28 Apr 2025 13:20:52 +0200 Subject: [PATCH 1/3] feat: allow for non-self assignment --- .../tasklist-deployment/tasklist-configuration.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/versioned_docs/version-8.7/self-managed/tasklist-deployment/tasklist-configuration.md b/versioned_docs/version-8.7/self-managed/tasklist-deployment/tasklist-configuration.md index 2bb03e783a6..50f47c2964f 100644 --- a/versioned_docs/version-8.7/self-managed/tasklist-deployment/tasklist-configuration.md +++ b/versioned_docs/version-8.7/self-managed/tasklist-deployment/tasklist-configuration.md @@ -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` for `true`. + +```yaml +camunda: + tasklist: + feature-flag: + allow-non-self-assignment: true +``` From 2dca21a1ecb3038361bae0b39efceed4d1c928bb Mon Sep 17 00:00:00 2001 From: Jonathan Lukas Date: Mon, 28 Apr 2025 14:14:58 +0200 Subject: [PATCH 2/3] reflect changes to all versions --- .../tasklist-deployment/tasklist-configuration.md | 15 +++++++++++++++ .../tasklist-deployment/tasklist-configuration.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/docs/self-managed/tasklist-deployment/tasklist-configuration.md b/docs/self-managed/tasklist-deployment/tasklist-configuration.md index 6aeb97e130f..05f7e76b840 100644 --- a/docs/self-managed/tasklist-deployment/tasklist-configuration.md +++ b/docs/self-managed/tasklist-deployment/tasklist-configuration.md @@ -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` for `true`. + +```yaml +camunda: + tasklist: + feature-flag: + allow-non-self-assignment: true +``` diff --git a/versioned_docs/version-8.6/self-managed/tasklist-deployment/tasklist-configuration.md b/versioned_docs/version-8.6/self-managed/tasklist-deployment/tasklist-configuration.md index 97ecd2bce78..3cc809d48e8 100644 --- a/versioned_docs/version-8.6/self-managed/tasklist-deployment/tasklist-configuration.md +++ b/versioned_docs/version-8.6/self-managed/tasklist-deployment/tasklist-configuration.md @@ -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` for `true`. + +```yaml +camunda: + tasklist: + feature-flag: + allow-non-self-assignment: true +``` From d18dd0c141ef1b936acde75a144d4328822d3ae7 Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Mon, 28 Apr 2025 11:40:46 -0700 Subject: [PATCH 3/3] minor grammatical tweak --- docs/self-managed/tasklist-deployment/tasklist-configuration.md | 2 +- .../self-managed/tasklist-deployment/tasklist-configuration.md | 2 +- .../self-managed/tasklist-deployment/tasklist-configuration.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/self-managed/tasklist-deployment/tasklist-configuration.md b/docs/self-managed/tasklist-deployment/tasklist-configuration.md index 05f7e76b840..f6f23ab46fb 100644 --- a/docs/self-managed/tasklist-deployment/tasklist-configuration.md +++ b/docs/self-managed/tasklist-deployment/tasklist-configuration.md @@ -378,7 +378,7 @@ camunda: 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` for `true`. +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: diff --git a/versioned_docs/version-8.6/self-managed/tasklist-deployment/tasklist-configuration.md b/versioned_docs/version-8.6/self-managed/tasklist-deployment/tasklist-configuration.md index 3cc809d48e8..f13de4653bf 100644 --- a/versioned_docs/version-8.6/self-managed/tasklist-deployment/tasklist-configuration.md +++ b/versioned_docs/version-8.6/self-managed/tasklist-deployment/tasklist-configuration.md @@ -386,7 +386,7 @@ camunda: 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` for `true`. +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: diff --git a/versioned_docs/version-8.7/self-managed/tasklist-deployment/tasklist-configuration.md b/versioned_docs/version-8.7/self-managed/tasklist-deployment/tasklist-configuration.md index 50f47c2964f..30ff6f8983d 100644 --- a/versioned_docs/version-8.7/self-managed/tasklist-deployment/tasklist-configuration.md +++ b/versioned_docs/version-8.7/self-managed/tasklist-deployment/tasklist-configuration.md @@ -400,7 +400,7 @@ camunda: 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` for `true`. +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: