From f13ad6348df59f8883c9a3f86a7ef81ee4cb089c Mon Sep 17 00:00:00 2001 From: aribeiro Date: Tue, 17 Dec 2019 10:23:13 +0000 Subject: Revert "Add Option to proxy to plugins" This reverts commit ee4c4d72 Issue-ID: SDC-2648 Change-Id: I1f6cba80d3fb803530573c75f2fc54ca207e768a Signed-off-by: aribeiro --- docs/configuration.rst | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs') diff --git a/docs/configuration.rst b/docs/configuration.rst index 5156f6ee95..59f571d6ca 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1382,10 +1382,6 @@ 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 @@ -1418,8 +1414,6 @@ 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: -- cgit 1.2.3-korg