diff options
author | ilanap <ilanap@amdocs.com> | 2019-11-28 11:13:24 +0200 |
---|---|---|
committer | Oren Kleks <oren.kleks@amdocs.com> | 2019-12-05 09:19:40 +0000 |
commit | ee4c4d72ed2118ea44dd5d83e1cf1677b6ebb03c (patch) | |
tree | a1558696a8576d1e1d1e0665ebefec81398e3be5 /docs/configuration.rst | |
parent | cc8f8c056b99d530d48190b67846be3705a4225f (diff) |
Add Option to proxy to plugins
Added option to proxy the plugins throught the catalog proxy. Remove hardcoded redirect to workflow and added to the plugin configuration.
Issue-ID: SDC-2691
Signed-off-by: ilanap <ilanap@amdocs.com>
Change-Id: Ica479ff00e1a8c281b9280b5495ac022172775c4
Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r-- | docs/configuration.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst index 59f571d6ca..5156f6ee95 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1382,6 +1382,10 @@ FE-plugins-configuration.yaml # definition of the plugins that exist in sdc # we have a pre-defined list of plugins that are connected to the system. # the plugins define where they are shown, to whom and on what elements + # in addition, the catalog can proxy to the plugin as well if the following 2 keys are set: + # pluginFeProxyUrl - the pattern of the url that should be proxied after the sdc1/feProxy/plugin prefix + # pluginProxyRedirectPath - the redirect path to the plugin (full url including protool/host and port) + pluginsList: # the DCAE-DS is the SDC monitoring design studio this entry defines there use as part of the service level context - pluginId: DCAED @@ -1414,6 +1418,8 @@ FE-plugins-configuration.yaml - pluginId: WORKFLOW pluginDiscoveryUrl: <%= @workflow_discovery_url %> pluginSourceUrl: <%= @workflow_source_url %> + pluginFeProxyUrl: <%= @workflow_fe_proxy_url %> + pluginProxyRedirectPath: <%= @workflow_redirect_path %> pluginStateUrl: "workflowDesigner" pluginDisplayOptions: tab: |