Skip to content

Commit

Permalink
docs(orchestrator): removes instructions related to the editor (#1664)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Kilzi <jkilzi@redhat.com>
  • Loading branch information
jkilzi committed May 15, 2024
1 parent 1c5faba commit 10a75b2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions plugins/orchestrator-backend/app-config.janus-idp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
orchestrator:
dataIndexService:
url: http://sonataflow-platform-data-index-service.sonataflow-infra
editor:
path: https://sandbox.kie.org/swf-chrome-extension/0.32.0
11 changes: 0 additions & 11 deletions plugins/orchestrator-common/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,6 @@ export interface Config {
*/
url: string;
};
/**
* Configuration for the workflow editor.
*/
editor?: {
/**
* Path to the envelope context (either a remote url or a local path under app/public folder).
* Default: https://sandbox.kie.org/swf-chrome-extension/0.32.0
* @visibility frontend
*/
path?: string;
};
/**
* Configuration for the integration with Jira API.
* Note: This is a temporary solution. We should probably use the JIRA integration config instead.
Expand Down
4 changes: 0 additions & 4 deletions plugins/orchestrator-swf-editor-envelope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@ The Orchestrator plugin uses these assets when it renders the Serverless Workflo
script-src: ["'self'", "'unsafe-inline'", "'unsafe-eval'"]
script-src-elem: ["'self'", "'unsafe-inline'", "'unsafe-eval'"]
connect-src: ["'self'", 'http:', 'https:', 'data:']
orchestrator:
editor:
path: http://localhost:7007/api/orchestrator/static/envelope
```
The `orchestrator.editor.path` corresponds to the endpoint from where the static files are served (in the example above the `dist` folder has been renamed to `envelope` and placed inside `plugins/orchestrator-backend/static/`).
2 changes: 0 additions & 2 deletions plugins/orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ backend:
script-src-elem: ["'self'", "'unsafe-inline'", "'unsafe-eval'"]
connect-src: ["'self'", 'http:', 'https:', 'data:']
orchestrator:
editor:
path: http://localhost:7007/api/orchestrator/static/envelope
sonataFlowService:
baseUrl: http://localhost
port: 8899
Expand Down

0 comments on commit 10a75b2

Please sign in to comment.