Skip to content

Commit

Permalink
chore(user-guide): Add WADL File Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
psavidis committed Sep 13, 2024
1 parent e557137 commit e37adc1
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 `/application.wadl`</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 e37adc1

Please sign in to comment.