summaryrefslogtreecommitdiffstats
path: root/docs/configuration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r--docs/configuration.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index 20d164bfa6..5de8edebdd 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -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
*****************************