Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(orchestrator): removes instructions related to the editor #1664

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading