Skip to content

Commit 2705d00

Browse files
committed
chore: rename embedded identity to admin
1 parent 5668034 commit 2705d00

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/self-managed/deployment/containers/cloud-providers/amazon/aws-ecs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ The base terraform documentation for this module can be found [alongside the rep
253253
`camunda.tf` contains the module invocations with an example base configuration for the Orchestration Cluster and Connectors:
254254

255255
- Aurora PostgreSQL configuration with the [AWS JDBC Wrapper](https://github.com/aws/aws-advanced-jdbc-wrapper) that comes as part of the Camunda distribution
256-
- Basic authentication Identity setup
256+
- Basic authentication Admin setup
257257
- Admin user with random password
258258
- Connectors user with random password configured and pre-configured for Connectors to consume to connect to the Orchestration Cluster
259259

docs/self-managed/deployment/helm/operational-tasks/dual-region-ops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ For the failback procedure, the recreated region must not include any active Cam
8686

8787
:::info
8888

89-
In the following examples, direct API calls are used because authentication methods may vary depending on your embedded Identity configuration.
89+
In the following examples, direct API calls are used because authentication methods may vary depending on your Admin configuration.
9090

9191
The **Management API** (default port `9600`) is not secured by default.
9292

@@ -145,7 +145,7 @@ echo "You have lost $CLUSTER_RECREATED, $CLUSTER_SURVIVING is still alive"
145145
</TabItem>
146146
</Tabs>
147147

148-
The `camunda-zeebe-x` pod represents the new architecture that contains the Orchestration Cluster and its components. It includes the former Zeebe Gateway, Operate, Tasklist, the new embedded Identity, and the new Camunda Exporter.
148+
The `camunda-zeebe-x` pod represents the new architecture that contains the Orchestration Cluster and its components. It includes the former Zeebe Gateway, Operate, Tasklist, the new embedded Admin, and the new Camunda Exporter.
149149

150150
<div style={{textAlign: 'center'}}>
151151
<img src={OC} alt="Orchestration Cluster" style={{border: 'none', width: '60%', transform: 'scale(1.3)'}} />

docs/self-managed/deployment/manual/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Set the secondary storage type value to `elasticsearch` or `opensearch` for this
118118
If your security settings require authentication for the secondary storage, configure both `username` and `password`.
119119
Omit these fields if authentication is not required.
120120

121-
The following configuration defines how the Orchestration Cluster connects to document-store secondary storage (Elasticsearch or OpenSearch). This applies to the included Operate, Tasklist, Identity, and Camunda Exporter.
121+
The following configuration defines how the Orchestration Cluster connects to document-store secondary storage (Elasticsearch or OpenSearch). This applies to the included Operate, Tasklist, Admin, and Camunda Exporter.
122122

123123
For detailed configuration options, see the [Orchestration Cluster configuration](/self-managed/components/orchestration-cluster/core-settings/overview.md)
124124

@@ -278,7 +278,7 @@ Once you've downloaded the Orchestration Cluster distribution, extract it into a
278278
3. Update the configuration in `config/application.yaml`, or export the environment variables.
279279
4. Navigate to `bin` folder.
280280
5. Run `camunda.sh` (Linux/macOS) or `camunda.bat` (Windows).
281-
6. Open [http://localhost:8080](http://localhost:8080). On first access, youll be asked to create an admin user unless [Identity](/self-managed/components/orchestration-cluster/core-settings/configuration/properties.md) is configured with OIDC or a similar option.
281+
6. Open [http://localhost:8080](http://localhost:8080). On first access, you'll be asked to create an admin user unless [Admin](/self-managed/components/orchestration-cluster/core-settings/configuration/properties.md) is configured with OIDC or a similar option.
282282

283283
:::note
284284
Camunda 8 components without a valid license may display **Non-Production License** in the navigation bar and issue warnings in the logs. These warnings don’t affect startup or functionality, except that Web Modeler is limited to five users. To obtain a license, visit the [Camunda Enterprise page](https://camunda.com/platform/camunda-platform-enterprise-contact/).

0 commit comments

Comments
 (0)