Fix security risk 'Improper Input Validation'
[sdc.git] / catalog-be / src / main / docker / backend / chef-repo / cookbooks / sdc-catalog-be / templates / default / BE-configuration.yaml.erb
index 5706a16..9a2437c 100644 (file)
@@ -1293,5 +1293,8 @@ externalCsarStore:
 #This configuration specifies the delimiter used to differentiate instance name and count
 componentInstanceCounterDelimiter: " "
 
+# Comma separated list of excluded URLs by the DataValidatorFilter
+dataValidatorFilterExcludedUrls: "/healthCheck,/followed,/authorize"
+
 #Space separated list of permitted ancestors
 permittedAncestors: <%= @permittedAncestors %>