Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(camunda-bpm-run): Add WADL Config Docs #1678

Merged
merged 3 commits into from
Sep 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
psavidis marked this conversation as resolved.
Show resolved Hide resolved

<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>
psavidis marked this conversation as resolved.
Show resolved Hide resolved
<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