Fix security risk 'Improper Input Validation'
[sdc.git] / docs / configuration.rst
index 20d164b..5de8ede 100644 (file)
@@ -976,6 +976,9 @@ BE-configuration.yaml
     definedResourceNamespace:
        - org.openecomp.resource.
 
+    # Comma separated list of excluded URLs by the DataValidatorFilter
+    dataValidatorFilterExcludedUrls: "/healthCheck,/followed,/authorize"
+
 BE-distribution-engine-configuration.yaml
 *****************************************
 
@@ -1341,6 +1344,9 @@ FE-configuration.yaml
         # What is the interval of the statistics collection
         probeIntervalInSeconds: 15
 
+    # Comma separated list of excluded URLs by the DataValidatorFilter
+    dataValidatorFilterExcludedUrls: "/healthCheck,/followed,/authorize"
+
 
 FE-plugins-configuration.yaml
 *****************************