Skip to content

Commit

Permalink
feat(self-managed): add note about tenant ID (#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme authored Dec 14, 2023
1 parent 7c5fefd commit 29d4797
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.md), and [enabled in all required components](/self-managed/concepts/multi-tenancy.md).

:::

![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.md), and [enabled in all required components](/self-managed/concepts/multi-tenancy.md).

:::

![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 29d4797

Please sign in to comment.