-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Feature
Copy link
Labels
featureIndicates a new feature requestIndicates a new feature requestkind/enhancementNew feature or requestNew feature or requesttarget:8.8Target release 8.8.0Target release 8.8.0version/8.8Camunda applications/cycle versionCamunda applications/cycle version
Milestone
Description
Describe the use case:
Currently in 8.8, while using basic auth, all users are assigned the admin role.
It is already possible to assign custom roles to users in the core configmap like so:
camunda:
security:
initialization:
default-roles.connectors.users:
- "lisa"
default-roles.rpa.users:
- "demo"This functionality is not supported in the values.yaml.
When defining a user, it would be better to also define the custom roles of that user as well.
Describe the enhancement/feature:
The challenge here is to find a good non-breaking syntax that would work in the values.yaml and would then get translated to the core configmap syntax above.
Desired outcome and acceptance tests:
Metadata
Metadata
Assignees
Labels
featureIndicates a new feature requestIndicates a new feature requestkind/enhancementNew feature or requestNew feature or requesttarget:8.8Target release 8.8.0Target release 8.8.0version/8.8Camunda applications/cycle versionCamunda applications/cycle version