Skip to content

Commit

Permalink
chore(camunda-bpm-run): Add WADL Config to Docs
Browse files Browse the repository at this point in the history
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 <[email protected]>

Related-to: camunda/camunda-bpm-platform#4508
  • Loading branch information
psavidis committed Sep 16, 2024
1 parent e557137 commit c3f6b93
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/user-guide/camunda-bpm-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,25 @@ If you want to allow cross-origin requests to the [REST API]({{< ref "/reference
</tr>
</table>

## REST

Camunda Run can be configured to disable the REST endpoint which exposes the WADL file via a property.

<table class="table desc-table">
<tr>
<th>Prefix</th>
<th>Property name</th>
<th>Description</th>
<th>Default value</th>
</tr>
<tr>
<td rowspan="15"><code>camunda.bpm.run.rest</code></td>
<td><code>.disable-wadl</code></td>
<td>Disables the REST endpoint <code>/application.wadl</code>. Web Application Description Language (WADL) is an XML description of the deployed RESTful web application.</td>
<td><code>false</code></td>
</tr>
</table>

## 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" >}})
Expand Down

0 comments on commit c3f6b93

Please sign in to comment.