Skip to content

Commit

Permalink
Call out components explicitly'
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptualshark committed Aug 14, 2024
1 parent 875bad2 commit d3a19ed
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/self-managed/about-self-managed.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Camunda 8 Self-Managed consists of multiple web applications and gRPC services.

In this configuration, Camunda 8 Self-Managed can be accessed as follows:

- Web applications: `https://camunda.example.com/[identity|operate|optimize|tasklist|modeler]`
- Web Modeler also exposes a WebSocket endpoint on `https://camunda.example.com/modeler-ws`. This is only used by the application itself and not supposed to be accessed by users directly.
- Identity, Operate, Optimize, Tasklist, Modeler: `https://camunda.example.com/[identity|operate|optimize|tasklist|modeler]`
- Web Modeler also exposes a WebSocket endpoint on `https://camunda.example.com/modeler-ws`. This is only used by the application itself and should not be accessed by users directly.
- Keycloak authentication: `https://camunda.example.com/auth`
- Zeebe gateway: `grpc://zeebe.camunda.example.com`
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Camunda 8 Self-Managed consists of multiple web applications and gRPC services.

In this configuration, Camunda 8 Self-Managed can be accessed as follows:

- Web applications: `https://camunda.example.com/[identity|operate|optimize|tasklist|modeler]`
- Identity, Operate, Optimize, Tasklist, Modeler: `https://camunda.example.com/[identity|operate|optimize|tasklist|modeler]`
- Web Modeler also exposes a WebSocket endpoint on `https://camunda.example.com/modeler-ws`. This is only used by the application itself and not supposed to be accessed by users directly.
- Keycloak authentication: `https://camunda.example.com/auth`
- Zeebe gateway: `grpc://zeebe.camunda.example.com`
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Camunda 8 Self-Managed consists of multiple web applications and gRPC services.

In this configuration, Camunda 8 Self-Managed can be accessed as follows:

- Web applications: `https://camunda.example.com/[identity|operate|optimize|tasklist|modeler]`
- Identity, Operate, Optimize, Tasklist, Modeler: `https://camunda.example.com/[identity|operate|optimize|tasklist|modeler]`
- Web Modeler also exposes a WebSocket endpoint on `https://camunda.example.com/modeler-ws`. This is only used by the application itself and not supposed to be accessed by users directly.
- Keycloak authentication: `https://camunda.example.com/auth`
- Zeebe gateway: `grpc://zeebe.camunda.example.com`
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Camunda 8 Self-Managed consists of multiple web applications and gRPC services.

In this configuration, Camunda 8 Self-Managed can be accessed as follows:

- Web applications: `https://camunda.example.com/[identity|operate|optimize|tasklist|modeler]`
- Identity, Operate, Optimize, Tasklist, Modeler: `https://camunda.example.com/[identity|operate|optimize|tasklist|modeler]`
- Web Modeler also exposes a WebSocket endpoint on `https://camunda.example.com/modeler-ws`. This is only used by the application itself and not supposed to be accessed by users directly.
- Keycloak authentication: `https://camunda.example.com/auth`
- Zeebe gateway: `grpc://zeebe.camunda.example.com`
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Camunda 8 Self-Managed consists of multiple web applications and gRPC services.

In this configuration, Camunda 8 Self-Managed can be accessed as follows:

- Web applications: `https://camunda.example.com/[identity|operate|optimize|tasklist|modeler]`
- Identity, Operate, Optimize, Tasklist, Modeler: `https://camunda.example.com/[identity|operate|optimize|tasklist|modeler]`
- Web Modeler also exposes a WebSocket endpoint on `https://camunda.example.com/modeler-ws`. This is only used by the application itself and not supposed to be accessed by users directly.
- Keycloak authentication: `https://camunda.example.com/auth`
- Zeebe gateway: `grpc://zeebe.camunda.example.com`

0 comments on commit d3a19ed

Please sign in to comment.