Hi Camunda Users,
I’m trying to deploy a diagram using the camunda modeller and the following command:
endpoint_base_uri/rest/deployment/
and using a bearer token, unfortunately I get the following result:
Deploy error: {“deploymentName”:“bn_master”,“message”:“Forbidden”,“status”:403,“statusText”:“Forbidden”,“url”:“endpoint_base_uri/rest/deployment/create”}
The weird thing is that I can access to the list of deployments with no problem using:
GET endpoint_base_uri/rest/deployment/
NB: We used springboot starter for our camunda engine
Thanks a lot for your upcoming feedback, cheers,
Ch.