From a856d54c8df7bf3a0212b4c7fd8f18a6a6b91449 Mon Sep 17 00:00:00 2001 From: xuegao Date: Fri, 18 Dec 2020 10:37:23 +0100 Subject: Add basic auth header Add basic auth header for sdc-backend-init python scripts. Issue-ID: OJSI-273 Signed-off-by: xuegao Change-Id: I3559d5792509db0f65b202a731545083c7c91c96 Signed-off-by: xuegao --- .../sdc-onboard-backend/templates/default/configuration.yaml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openecomp-be/dist/sdc-onboard-backend-docker/artifacts/chef-repo/cookbooks/sdc-onboard-backend/templates') 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 54d01a2436..a7b0411e9e 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,4 @@ basicAuth: enabled: <%= @basic_auth_enabled %> userName: <%= @basic_auth_username %> userPass: <%= @basic_auth_password %> - excludedUrls: "" \ No newline at end of file + excludedUrls: "/v1.0/healthcheck" \ No newline at end of file -- cgit 1.2.3-korg