From da5e2b085b5eb072e318fcf239b4b79bb30c83b8 Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 4 Jun 2021 17:56:49 +0200 Subject: Add parameter for Zip Validation Add a onboarding config parameter to enable or disable the Zip Validation Issue-ID: SDC-3603 Signed-off-by: sebdet Change-Id: I83f539caccd29799f613d4e0bb65c7d7e6b97b45 --- .../sdc-onboard-backend/templates/default/configuration.yaml.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openecomp-be/dist') diff --git a/openecomp-be/dist/sdc-onboard-backend-docker/artifacts/chef-repo/cookbooks/sdc-onboard-backend/templates/default/configuration.yaml.erb b/openecomp-be/dist/sdc-onboard-backend-docker/artifacts/chef-repo/cookbooks/sdc-onboard-backend/templates/default/configuration.yaml.erb index 853fcf7ab6..474dd48326 100644 --- a/openecomp-be/dist/sdc-onboard-backend-docker/artifacts/chef-repo/cookbooks/sdc-onboard-backend/templates/default/configuration.yaml.erb +++ b/openecomp-be/dist/sdc-onboard-backend-docker/artifacts/chef-repo/cookbooks/sdc-onboard-backend/templates/default/configuration.yaml.erb @@ -49,4 +49,7 @@ basicAuth: enabled: <%= @basic_auth_enabled %> userName: <%= @basic_auth_username %> userPass: <%= @basic_auth_password %> - excludedUrls: "/v1.0/healthcheck" \ No newline at end of file + excludedUrls: "/v1.0/healthcheck" + +zipValidation: + ignoreManifest: false \ No newline at end of file -- cgit 1.2.3-korg