Hello. I am currently building an environment to trial Camunda 8.8 by following this guide to deploy it on AWS EKS via Helm:
My setup includes:
- Orchestration Cluster
- Connectors
- Management Identity
- Optimize
- Console
The options I’m using include “With Domain” and “IRSA”. For authentication I am using Keycloak included in the Helm chart, with an Aurora PostgreSQL DB managed externally.
I’ve been able to deploy the environment successfully and am currently up to the section “Verify connectivity to Camunda 8”, and getting the following error when deploying my BPMN diagram from Camunda Desktop Modeler (v5.39.0):
Command 'CREATE' rejected with code 'FORBIDDEN': Insufficient permissions to perform operation 'CREATE' on resource 'RESOURCE' [ deploy-error ]
The doco says to use zeebe-api for the audience, but I have also tried orchestration-api and that gives the same error. I tried following the “REST API” instructions on the docs page and could get /v2/topology to work but I get the same error as above with v2/deployments.
I thought that maybe with the split of Identity and ManagementIdentity in 8.8 I need to perform additional steps to grant access within Identity, so went to the Identity web UI, to Roles > Admin > Clients and tried adding the Client IDs for my test application and the included orchestration client and still got the error.
Has anyone else been able to follow this guide and get it working on the 8.8 release?
Thanks and regards.