[ISSUE] Tasklist userAccessRestrictions can not be disabled. #2523
Labels
kind/issue
Unidentified issue, it could be a bug, misconfig, or anything in between
platform/aws
Issues related to AWS
platform/gcp
Issues related to GCP
platform/local
Describe the issue:
Applying the setting
tasklist.identity.userAccessRestrictions.enabled: false
has no effect.In the Tasklist, you cannot see tasks with candidate groups where you are not a group member of or not a candidate user.
Actual behavior:
Given values
the helm chart generate a config map like
This configuration doesn't match the expected values of Tasklist.
Expected behavior:
The helm chart should generate a config map containing
This would apply the setting to the IdentityProperties: https://github.com/camunda/tasklist/blob/master/tasklist/common/src/main/java/io/camunda/tasklist/property/IdentityProperties.java#L88-L91
Another available configuration is this environment variable: https://github.com/camunda/tasklist/blob/master/tasklist/webapp/src/main/java/io/camunda/tasklist/webapp/rest/ClientConfig.java#L55-L56
For this, the helm chart should generate
in the tasklist deployment.
Please align with the Tasklist team, which configuration is their preference.
How to reproduce:
Candidate groups
. The tester should not be a member of the group.tasklist.identity.userAccessRestrictions.enabled:
tofalse
.Logs:
Environment:
Helm chart 10.4.2
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.
The text was updated successfully, but these errors were encountered: