Revert "Add Option to proxy to plugins"
[sdc.git] / catalog-ui / configurations / dev.js
index 4058071..bca5912 100644 (file)
@@ -26,6 +26,8 @@ const SDC_CONFIG = {
                "GET_resource_interface_artifact": "/v1/catalog/:type/:entityId/standard/:operation/artifacts/:id",
                "GET_resource_api_artifact": "/v1/catalog/:type/:entityId/artifacts/api/:id",
                "GET_configuration_ui": "/v1/configuration/ui",
+        "GET_plugins_configuration": "/config/ui/plugins",
+        "GET_plugin_online_state": "/config/ui/plugins/:pluginId/online",
                "GET_resource_validate_name": "/v1/catalog/resources/validate-name/:name",
                "GET_activity_log": "/v1/catalog/audit-records/:type/:id",
                "GET_service": "/v1/catalog/services/:id",
@@ -46,6 +48,9 @@ const SDC_CONFIG = {
                "GET_lifecycle_state_CERTIFICATIONREQUEST":"lifecycleState/CERTIFICATIONREQUEST",
                "GET_lifecycle_state_UNDOCHECKOUT":"lifecycleState/UNDOCHECKOUT",
                "root": "/sdc1/feProxy/rest",
+        "no_proxy_root": "/sdc1/rest",
+               "workflow_root": "/sdc1/feProxy/wf",
+               "POST_workflow_artifact": "sdc/v1/catalog",
                "PUT_service": "/v1/catalog/services/:id/metadata",
                "GET_download_artifact": "/v1/catalog/",
         "GET_SDC_Version": "/version",
@@ -55,21 +60,18 @@ const SDC_CONFIG = {
                "POST_change_instance_version": "/v1/catalog/:entityType/:entityId/resourceInstance/:id/changeVersion",
                "GET_requirements_capabilities": "/v1/catalog/requirmentsCapabilities/:type/:id",
                "GET_resource_artifact_types": "/v1/artifactTypes",
-               "GET_product_catalog": "/v1/productScreen",
-               "GET_product_category": "/v1/productCategories",
-               "GET_product_category_temp": "/v1/artifactTypes",
-               "POST_product": "/v1/catalog/products/:id/metadata",
-               "GET_product_validate_name": "/v1/catalog/services/validate-name/:name",
-               "GET_product": "/v1/catalog/products/:id",
-               "GET_product_sub_category": "/v1/productSubCategories",
                "GET_onboarding": "/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/packages",
                "GET_component_from_csar_uuid": "/v1/catalog/resources/csar/:csar_uuid",
-               "kibana": "/sdc1/kibanaProxy/"
+               "kibana": "/sdc1/kibanaProxy/",
+               "services_api_root": "/v1/catalog/services/",
+               "create_policy_instance":"/v1/catalog/:entityType/:entityId/policies/:policyId",
+               "CRUD_policy":"/v1/catalog/:entityType/policies/:policyId",
+               "POST_GAB_Search": "/v1/catalog/gab/searchFor",
+
        },
        "resourceTypesFilter":{
-        "resource":["CP","VFC","VL"],
-        "service":["CP","VF","VL"],
-               "product":[]
+        "resource":["CP","VFC","VL","CVFC","GROUP","POLICY"],
+        "service":["CP","VF","VL", "PNF","CR","CVFC","SERVICE","Configuration","GROUP","POLICY"]
        },
        "logConfig": {
                "minLogLevel": "debug",
@@ -85,6 +87,7 @@ const SDC_CONFIG = {
                "xEcompRequestId": " X-ECOMP-RequestID"
        },
        "imagesPath": "",
+       "enableWorkflowAssociation": "true",
        "cpEndPointInstances" : ["cloudep","ossep","personep","premisesep"],
        "toscaFileExtension":"yaml,yml",
        "csarFileExtension":"csar",
@@ -104,7 +107,7 @@ const SDC_CONFIG = {
                        "default": "DL-ASDCL1-4ServiceCertificationTeam;DL-ASDCL4-7ServiceCertificationTeam"
                }
        },
-       "roles": ["ADMIN", "TESTER", "GOVERNOR", "OPS", "DESIGNER", "PRODUCT_MANAGER", "PRODUCT_STRATEGIST"],
+       "roles": ["ADMIN", "TESTER", "GOVERNOR", "OPS", "DESIGNER"],
        "tutorial": {
                "tabs": [
                        {
@@ -428,4 +431,4 @@ const SDC_CONFIG = {
        }
 };
 
-module.exports = SDC_CONFIG;
\ No newline at end of file
+module.exports = SDC_CONFIG;