Skip to content

[ENHANCEMENT] add functionality for custom role bindings for a specific user in 8.8 basic auth #3633

@hamza-m-masood

Description

@hamza-m-masood

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

Labels

featureIndicates a new feature requestkind/enhancementNew feature or requesttarget:8.8Target release 8.8.0version/8.8Camunda applications/cycle version

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions