Skip to content

Commit 2e28756

Browse files
reword enterprise usage and licensing links (#4763)
1 parent b36629b commit 2e28756

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

docs/self-managed/setup/deploy/amazon/amazon-eks/eks-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ https://github.com/camunda/camunda-tf-eks-module/blob/main/examples/camunda-8.7-
330330

331331
#### Enable Enterprise components
332332

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 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).
334334

335335
#### Use internal Elasticsearch instead of the managed OpenSearch
336336

docs/self-managed/setup/install.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following charts will be installed as part of Camunda 8 Self-Managed:
3434
- **Web Modeler**: Deploys the Web Modeler component that allows you to model BPMN processes in a collaborative way.
3535
- _Note_: The chart is disabled by default and needs to be [enabled explicitly](#install-web-modeler).
3636
- **Console**: Deploys Camunda Console Self-Managed.
37-
- _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).
3838

3939
:::note Amazon OpenSearch Helm support
4040
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:
280280
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.
281281
:::
282282

283-
## Configuring Enterprise components and Connectors
283+
## Configuring Web Modeler, Console, and Connectors
284284

285-
### Enterprise components secret
285+
### Web Modeler and Console secrets
286286

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.
288288

289289
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:
290290

@@ -339,7 +339,7 @@ To set up Web Modeler, you need to provide the following required configuration
339339
- Configure the database connection
340340
- Web Modeler requires a PostgreSQL database as persistent data storage (other database systems are currently not supported).
341341
- _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).
343343

344344
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:
345345

@@ -376,11 +376,11 @@ For more details, check [Web Modeler Helm values](https://artifacthub.io/package
376376

377377
### Install Console
378378

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.
380380

381381
To install Console, two steps are required:
382382

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).
384384
2. Enable Console, and reference the created Kubernetes secret object via Helm values.
385385

386386
```yaml

versioned_docs/version-8.6/self-managed/setup/deploy/amazon/amazon-eks/eks-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ https://github.com/camunda/camunda-tf-eks-module/blob/main/examples/camunda-8.6-
330330

331331
#### Enable Enterprise components
332332

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 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).
334334

335335
#### Use internal Elasticsearch instead of the managed OpenSearch
336336

versioned_docs/version-8.6/self-managed/setup/install.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following charts will be installed as part of Camunda 8 Self-Managed:
3434
- **Web Modeler**: Deploys the Web Modeler component that allows you to model BPMN processes in a collaborative way.
3535
- _Note_: The chart is disabled by default and needs to be [enabled explicitly](#install-web-modeler).
3636
- **Console**: Deploys Camunda Console Self-Managed.
37-
- _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).
3838

3939
:::note Amazon OpenSearch Helm support
4040
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:
280280
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.
281281
:::
282282

283-
## Configuring Enterprise components and Connectors
283+
## Configuring Web Modeler, Console, and Connectors
284284

285-
### Enterprise components secret
285+
### Web Modeler and Console secrets
286286

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.
288288

289289
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:
290290

@@ -339,7 +339,7 @@ To set up Web Modeler, you need to provide the following required configuration
339339
- Configure the database connection
340340
- Web Modeler requires a PostgreSQL database as persistent data storage (other database systems are currently not supported).
341341
- _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).
343343

344344
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:
345345

@@ -376,11 +376,11 @@ For more details, check [Web Modeler Helm values](https://artifacthub.io/package
376376

377377
### Install Console
378378

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.
380380

381381
To install Console, two steps are required:
382382

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).
384384
2. Enable Console, and reference the created Kubernetes secret object via Helm values.
385385

386386
```yaml

0 commit comments

Comments
 (0)