From 29d4797248047bba287bb718a969fb7a6f6c743e Mon Sep 17 00:00:00 2001 From: Philipp Fromme Date: Thu, 14 Dec 2023 18:18:08 +0100 Subject: [PATCH] feat(self-managed): add note about tenant ID (#3056) Related to https://github.com/camunda/camunda-modeler/issues/3966 --- .../modeler/desktop-modeler/deploy-to-self-managed.md | 6 ++++++ .../modeler/desktop-modeler/deploy-to-self-managed.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/self-managed/modeler/desktop-modeler/deploy-to-self-managed.md b/docs/self-managed/modeler/desktop-modeler/deploy-to-self-managed.md index 3f5dcb8311..0a32df0ce0 100644 --- a/docs/self-managed/modeler/desktop-modeler/deploy-to-self-managed.md +++ b/docs/self-managed/modeler/desktop-modeler/deploy-to-self-managed.md @@ -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: diff --git a/versioned_docs/version-8.3/self-managed/modeler/desktop-modeler/deploy-to-self-managed.md b/versioned_docs/version-8.3/self-managed/modeler/desktop-modeler/deploy-to-self-managed.md index 3f5dcb8311..0a32df0ce0 100644 --- a/versioned_docs/version-8.3/self-managed/modeler/desktop-modeler/deploy-to-self-managed.md +++ b/versioned_docs/version-8.3/self-managed/modeler/desktop-modeler/deploy-to-self-managed.md @@ -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: