From b35c93ea17ab43375afccea27ac93d82ad3083bc Mon Sep 17 00:00:00 2001 From: Manoj Singh Rawat Date: Thu, 31 Mar 2022 19:38:36 +0530 Subject: [PATCH] change upstream URL for private search (#3270) --- ansible/roles/kong-api/defaults/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/roles/kong-api/defaults/main.yml b/ansible/roles/kong-api/defaults/main.yml index b4ab5dff4a..fbc54fe81f 100644 --- a/ansible/roles/kong-api/defaults/main.yml +++ b/ansible/roles/kong-api/defaults/main.yml @@ -100,6 +100,7 @@ lms_service_url: "http://lms-service:9000" cert_service_url: "http://cert-service:9000" cert_registry_service_url: "http://cert-registry-service:9000" content_service_url: "http://content-service:9000" +search_service_url: "http://search-service:9000" report_service_url: "http://report-service:3030" opensaber_service_url: "http://opensaber-service:8080" program_service_url: "http://program-service:6000" @@ -414,7 +415,7 @@ kong_apis: - name: compositePrivateSearch request_path: "{{ composite_service_prefix }}/v1/private/search" - upstream_url: "{{ knowledge_mw_service_url }}/v3/private/search" + upstream_url: "{{ search_service_url }}/v3/private/search" strip_request_path: true plugins: - name: jwt