Skip to content

Commit

Permalink
feat(self-managed): add note about tenant ID
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme authored and nikku committed Dec 14, 2023
1 parent 7c5fefd commit 7e17b7b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ You can connect to Camunda 8 both securely and insecurely through the `https` an
Secured connections to a remote endpoint will only be established if the remote server certificate is trusted by the app. Ensure that signing trusted roots and intermediate certificates [are known to the app](/components/modeler/desktop-modeler/flags/flags.md#zeebe-ssl-certificate).
:::

:::caution

Multi-tenancy is only available with authentication enabled [through Identity](../../../self-managed/identity/what-is-identity/), and [enabled in all required components](../../../self-managed/concepts/multi-tenancy/).

:::

![deployment via Camunda 8](./img/deploy-endpoint.png)

4. Select **OAuth**, and input the credentials in case your gateway requires authentication:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ You can connect to Camunda 8 both securely and insecurely through the `https` an
Secured connections to a remote endpoint will only be established if the remote server certificate is trusted by the app. Ensure that signing trusted roots and intermediate certificates [are known to the app](/components/modeler/desktop-modeler/flags/flags.md#zeebe-ssl-certificate).
:::

:::caution

Multi-tenancy is only available with authentication enabled [through Identity](../../../self-managed/identity/what-is-identity/), and [enabled in all required components](../../../self-managed/concepts/multi-tenancy/).

:::

![deployment via Camunda 8](./img/deploy-endpoint.png)

4. Select **OAuth**, and input the credentials in case your gateway requires authentication:
Expand Down

0 comments on commit 7e17b7b

Please sign in to comment.