Hello Camunda Community,
I’ve set up Camunda 8 and Keycloak on EKS using the official Helm chart. I created a user named master
in Keycloak and assigned it the following roles:
- admin
- identity
- other camunda components
- inherited accesses
However, I’m encountering unauthorized or forbidden errors whenever I try to perform any actions in Camunda Identity. My main objective is to create and manage multiple tenants for our development teams to keep their data and models separate.
Despite multiple attempts to configure the master
user and clients configurations correctly, I haven’t been successful. Here are the main tasks I need the admin user to perform:
- Create, modify, and delete tenants
- Add and remove users from tenants
This issue is also preventing me from deploying models from Camunda Desktop Modeler to Zeebe in EKS. I can execute models without multi-tenancy enabled, but with multi-tenancy, I receive an error stating that the tenant doesn’t have permission to deploy the model.
Has anyone encountered similar issues or can provide guidance on configuring an admin user with full access in Camunda Identity? I will share more details if required.
Thank you!