You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some components are not enabled by default in this deployment. For more information on how to configure and enable these components, refer to [configuring Enterprise components and Connectors](../../../install.md#configuring-enterprise-components-and-connectors).
333
+
Some components are not enabled by default in this deployment. For more information on how to configure and enable these components, refer to [configuring Web Modeler, Console, and Connectors](../../../install.md#configuring-web-modeler-console-and-connectors).
334
334
335
335
#### Use internal Elasticsearch instead of the managed OpenSearch
-_Note_: The chart is disabled by default and needs to be [enabled explicitly](#install-console) as the Console is only available to enterprise customers.
37
+
-_Note_: The chart is disabled by default and needs to be [enabled explicitly](#install-console).
38
38
39
39
:::note Amazon OpenSearch Helm support
40
40
The existing Helm charts use the Elasticsearch configurations by default. The Helm charts can still be used to connect to Amazon OpenSearch Service. Refer to [using Amazon OpenSearch Service](/self-managed/setup/guides/using-existing-opensearch.md).
@@ -280,11 +280,11 @@ global:
280
280
Camunda 8 components without a valid license may display **Non-Production License** in the navigation bar and issue warnings in the logs. These warnings have no impact on startup or functionality, with the exception that Web Modeler has a limitation of five users.
281
281
:::
282
282
283
-
## Configuring Enterprise components and Connectors
283
+
## Configuring Web Modeler, Console, and Connectors
284
284
285
-
### Enterprise components secret
285
+
### Web Modeler and Console secrets
286
286
287
-
Enterprise components such as Console are published in Camunda's private Docker registry (registry.camunda.cloud) and are exclusive to enterprise customers. These components are not available in public repositories.
287
+
The Console and Web Modeler Components are published in Camunda's private Docker registry (registry.camunda.cloud) and are under a [proprietary license](/reference/licenses.md#web-modeler-and-console). These components are not available in public repositories.
288
288
289
289
To enable Kubernetes to pull the images from this registry, first [create an image pull secret](https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod) using the credentials you received from Camunda:
290
290
@@ -339,7 +339,7 @@ To set up Web Modeler, you need to provide the following required configuration
339
339
- Configure the database connection
340
340
- Web Modeler requires a PostgreSQL database as persistent data storage (other database systems are currently not supported).
341
341
- _Option 1_: Set `postgresql.enabled: true`. This will install a new PostgreSQL instance as part of the Helm release (using the [PostgreSQL Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) by Bitnami as a dependency).
342
-
- _Option 2_: Set `postgresql.enabled: false` and configure a [connection to an external database](#optional-configure-external-database).
342
+
- _Option 2_: Set `postgresql.enabled: false` and configure a connection to an external database (see the second example below).
343
343
344
344
We recommend specifying these values in a YAML file that you pass to the `helm install` command. A minimum configuration file would look as follows:
345
345
@@ -376,11 +376,11 @@ For more details, check [Web Modeler Helm values](https://artifacthub.io/package
376
376
377
377
### Install Console
378
378
379
-
Console Self-Managed is an [Enterprise component](/reference/licenses.md#console), which means it is disabled by default in the Camunda 8 Helm chart since it requires an Enterprise license to access the Camunda container registry.
379
+
Console Self-Managed is disabled by default in the Camunda 8 Helm chart, as it requires a [proprietary license](/reference/licenses.md#web-modeler-and-console) to access the Camunda container registry.
380
380
381
381
To install Console, two steps are required:
382
382
383
-
1. [Create a secret with Camunda registry credentials](#enterprise-components-secret).
383
+
1. [Create a secret with Camunda registry credentials](#web-modeler-and-console-secrets).
384
384
2. Enable Console, and reference the created Kubernetes secret object via Helm values.
Some components are not enabled by default in this deployment. For more information on how to configure and enable these components, refer to [configuring Enterprise components and Connectors](../../../install.md#configuring-enterprise-components-and-connectors).
333
+
Some components are not enabled by default in this deployment. For more information on how to configure and enable these components, refer to [configuring Web Modeler, Console, and Connectors](../../../install.md#configuring-web-modeler-console-and-connectors).
334
334
335
335
#### Use internal Elasticsearch instead of the managed OpenSearch
-_Note_: The chart is disabled by default and needs to be [enabled explicitly](#install-console) as the Console is only available to enterprise customers.
37
+
-_Note_: The chart is disabled by default and needs to be [enabled explicitly](#install-console).
38
38
39
39
:::note Amazon OpenSearch Helm support
40
40
The existing Helm charts use the Elasticsearch configurations by default. The Helm charts can still be used to connect to Amazon OpenSearch Service. Refer to [using Amazon OpenSearch Service](/self-managed/setup/guides/using-existing-opensearch.md).
@@ -280,11 +280,11 @@ global:
280
280
Camunda 8 components without a valid license may display **Non-Production License** in the navigation bar and issue warnings in the logs. These warnings have no impact on startup or functionality, with the exception that Web Modeler has a limitation of five users.
281
281
:::
282
282
283
-
## Configuring Enterprise components and Connectors
283
+
## Configuring Web Modeler, Console, and Connectors
284
284
285
-
### Enterprise components secret
285
+
### Web Modeler and Console secrets
286
286
287
-
Enterprise components such as Console are published in Camunda's private Docker registry (registry.camunda.cloud) and are exclusive to enterprise customers. These components are not available in public repositories.
287
+
The Console and Web Modeler Components are published in Camunda's private Docker registry (registry.camunda.cloud) and are under a [proprietary license](/reference/licenses.md#web-modeler-and-console). These components are not available in public repositories.
288
288
289
289
To enable Kubernetes to pull the images from this registry, first [create an image pull secret](https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod) using the credentials you received from Camunda:
290
290
@@ -339,7 +339,7 @@ To set up Web Modeler, you need to provide the following required configuration
339
339
- Configure the database connection
340
340
- Web Modeler requires a PostgreSQL database as persistent data storage (other database systems are currently not supported).
341
341
- _Option 1_: Set `postgresql.enabled: true`. This will install a new PostgreSQL instance as part of the Helm release (using the [PostgreSQL Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) by Bitnami as a dependency).
342
-
- _Option 2_: Set `postgresql.enabled: false` and configure a [connection to an external database](#optional-configure-external-database).
342
+
- _Option 2_: Set `postgresql.enabled: false` and configure a connection to an external database (see the second example below).
343
343
344
344
We recommend specifying these values in a YAML file that you pass to the `helm install` command. A minimum configuration file would look as follows:
345
345
@@ -376,11 +376,11 @@ For more details, check [Web Modeler Helm values](https://artifacthub.io/package
376
376
377
377
### Install Console
378
378
379
-
Console Self-Managed is an [Enterprise component](/reference/licenses.md#console), which means it is disabled by default in the Camunda 8 Helm chart since it requires an Enterprise license to access the Camunda container registry.
379
+
Console Self-Managed is disabled by default in the Camunda 8 Helm chart, as it requires a [proprietary license](/reference/licenses.md#web-modeler-and-console) to access the Camunda container registry.
380
380
381
381
To install Console, two steps are required:
382
382
383
-
1. [Create a secret with Camunda registry credentials](#enterprise-components-secret).
383
+
1. [Create a secret with Camunda registry credentials](#web-modeler-console-secrets).
384
384
2. Enable Console, and reference the created Kubernetes secret object via Helm values.
0 commit comments