From c3f6b937ad202a829828bbca1201b7c1f9179bb1 Mon Sep 17 00:00:00 2001 From: psavidis <69160690+psavidis@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:19:16 +0300 Subject: [PATCH] chore(camunda-bpm-run): Add WADL Config to Docs Context: Exposure of WADL File REST Endpoint. What: This PR adds Documentation for the newly added property which controls if the wadl endpoint will be accessible or not through the REST API. Property: `camunda.bpm.run.rest.disable-wadl` Where: User Guide | Camunda Run Co-authored-by: Daniel Kelemen Related-to: https://github.com/camunda/camunda-bpm-platform/issues/4508 --- content/user-guide/camunda-bpm-run.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/content/user-guide/camunda-bpm-run.md b/content/user-guide/camunda-bpm-run.md index 653d38c5a..0b36a927c 100644 --- a/content/user-guide/camunda-bpm-run.md +++ b/content/user-guide/camunda-bpm-run.md @@ -286,6 +286,25 @@ If you want to allow cross-origin requests to the [REST API]({{< ref "/reference +## REST + +Camunda Run can be configured to disable the REST endpoint which exposes the WADL file via a property. + + + + + + + + + + + + + + +
PrefixProperty nameDescriptionDefault value
camunda.bpm.run.rest.disable-wadlDisables the REST endpoint /application.wadl. Web Application Description Language (WADL) is an XML description of the deployed RESTful web application.false
+ ## LDAP Identity Service Camunda 7 can manage users and authorizations on its own, but if you want to use an existing LDAP authentication database you can enable the [LDAP Identity Service Plugin]({{< ref "/user-guide/process-engine/identity-service.md#the-ldap-identity-service" >}})