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
- Provides custom widgets for the workflow execution form.
24
+
- Check for [more details](./docs/orchestratorFormWidgets.md).
25
+
26
+
4.**`scaffolder-backend-module-orchestrator`**
27
+
28
+
- Provides callable actions from [scaffolder templates](https://backstage.io/docs/features/software-templates/writing-custom-actions), like `orchestrator:workflow:run` or `orchestrator:workflow:get_params`.
29
+
- Check for [more details](./plugins/scaffolder-backend-module-orchestrator/README.md).
30
+
20
31
These plugins farther import following isolated plugins:
- Provides the workflow execution form custom widgets.
42
-
43
50
For more details about architecture, see the [Architecture](https://www.rhdhorchestrator.io/main/docs/architecture/) page.
44
51
45
52
## Install as a static plugin
@@ -118,7 +125,7 @@ Follows these instructions to install the orchestrator plugin in a backstage env
118
125
119
126
## Install as a dynamic plugin in Red Hat Developer Hub
120
127
121
-
Follow [these guidelines](https://github.com/rhdhorchestrator/orchestrator-helm-operator/blob/main/docs/release-1.3/existing-rhdh.md#install-the-orchestrator-operator) to install the orchestrator operator and configure the orchestrator as a dynamic plugin in Red Hat Developer Hub.
128
+
Follow [these guidelines](https://github.com/rhdhorchestrator/orchestrator-helm-operator/blob/main/docs/main/existing-rhdh.md#install-the-orchestrator-operator) to install the orchestrator operator and configure the orchestrator as a dynamic plugin in Red Hat Developer Hub.
122
129
123
130
## Configuration
124
131
@@ -204,7 +211,7 @@ Their implementation lives in the [plugins/scaffolder-backend-module-orchestrato
204
211
205
212
The orchestrator backend has audit logs for all incoming requests.
206
213
207
-
For more information about audit logs in RHDH, please refer to [the official documentation](https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.4/html/audit_log/assembly-audit-log).
214
+
For more information about audit logs in RHDH, please refer to [the official documentation](https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.6/html/audit_logs_in_red_hat_developer_hub/index).
208
215
[The official Log storage OpenShift documentation](https://docs.openshift.com/container-platform/4.15/observability/logging/log_storage/about-log-storage.html) may also be of interest.
209
216
210
217
## Extensible workflow execution form
@@ -229,8 +236,6 @@ This will trigger a docker container run of devmode SonataFlow as described in [
229
236
230
237
More development guidelines available in the [contributors documentation](./docs/Contributors.md).
231
238
232
-
## Enable in rhdh repo locally
239
+
## Enable in RHDH repo locally
233
240
234
241
If you're running a local clone of [Red Hat Developer Hub (RHDH)](https://github.com/redhat-developer/rhdh) and want to use the Orchestrator plugin as a dynamic plugin, we've included a helper script to streamline this setup.
235
-
236
-
Please refer to the [Enabling the Orchestrator Plugin in rhdh repo locally](./workspaces/orchestrator/README.md#-enabling-the-orchestrator-plugin-in-red-hat-developer-hub) section for detailed instructions.
0 commit comments