Skip to content

Commit 05e406d

Browse files
author
GitHub Actions
committed
Apply new suggestions
1 parent c662757 commit 05e406d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/orchestrator/con-architecture-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ OpenShift Serverless:: Provides serverless capabilities essential for workflow c
2222

2323
PostgreSQL Server:: Provides a database solution essential for data persistence within the Orchestrator ecosystem. The system uses PostgreSQL Server for storing both Sonataflow information and {product-custom-resource-type} data.
2424

25-
KeyCloak:: Provides authentication and security services within applications. KeyCloak must be provisioned externally to manage authentication, as the Orchestrator Operator does not install it.
25+
Keycloak:: Provides authentication and security services within applications. Keycloak must be provisioned externally to manage authentication, as the Orchestrator Operator does not install it.
2626

2727
OpenShift AMQ Streams (Strimzi/Kafka):: Provides enhanced reliability of the eventing system. While the eventing can work without Kafka by using direct HTTP calls, this approach is not reliable. The AMQ Streams Operator is an optional requirement and is not natively present or integrated into the deployment current iteration.

modules/orchestrator/proc-enabling-orchestrator-plugins-components.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
{product} includes the following Orchestrator plugin components in the `dynamic-plugins.default.yaml` file, but they are disabled by default:
77

8-
* `"backstage-plugin-orchestrator"`
9-
* `"backstage-plugin-orchestrator-backend-dynamic"`
10-
* `"backstage-plugin-scaffolder-backend-module-orchestrator-dynamic"`
11-
* `"backstage-plugin-orchestrator-form-widgets"`
8+
* `backstage-plugin-orchestrator`
9+
* `backstage-plugin-orchestrator-backend-dynamic`
10+
* `backstage-plugin-scaffolder-backend-module-orchestrator-dynamic`
11+
* `backstage-plugin-orchestrator-form-widgets`
1212

1313
.Procedure
1414
* Locate your {product-short} configuration and set the `plugins.disabled` parameter to `false` for each required plugin package.

0 commit comments

Comments
 (0)