-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Copy link
Labels
kind/issueUnidentified issue, it could be a bug, misconfig, or anything in betweenUnidentified issue, it could be a bug, misconfig, or anything in betweentarget:8.8Target release 8.8.0Target release 8.8.0version/8.8Camunda applications/cycle versionCamunda applications/cycle version
Description
Describe the issue:
Currently, all initial users are granted the admin role when basic auth is enabled. This is incorrect behavior. The admin role should be explicitly defined for a specific user.
Actual behavior:
Here we can see that all initial users are given admin privileges when basic auth is enabled:
camunda-platform-helm/charts/camunda-platform-8.8/templates/orchestration/configmap.yaml
Line 233 in a75fe9c
| default-roles.admin.users: |
Expected behavior:
Explicit users should be defined to receive the admin role.
Environment:
- Chart version: 8.8
Metadata
Metadata
Assignees
Labels
kind/issueUnidentified issue, it could be a bug, misconfig, or anything in betweenUnidentified issue, it could be a bug, misconfig, or anything in betweentarget:8.8Target release 8.8.0Target release 8.8.0version/8.8Camunda applications/cycle versionCamunda applications/cycle version