Skip to content

Commit b35c93e

Browse files
authored
change upstream URL for private search (#3270)
1 parent 7d50105 commit b35c93e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible/roles/kong-api/defaults/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ lms_service_url: "http://lms-service:9000"
100100
cert_service_url: "http://cert-service:9000"
101101
cert_registry_service_url: "http://cert-registry-service:9000"
102102
content_service_url: "http://content-service:9000"
103+
search_service_url: "http://search-service:9000"
103104
report_service_url: "http://report-service:3030"
104105
opensaber_service_url: "http://opensaber-service:8080"
105106
program_service_url: "http://program-service:6000"
@@ -414,7 +415,7 @@ kong_apis:
414415

415416
- name: compositePrivateSearch
416417
request_path: "{{ composite_service_prefix }}/v1/private/search"
417-
upstream_url: "{{ knowledge_mw_service_url }}/v3/private/search"
418+
upstream_url: "{{ search_service_url }}/v3/private/search"
418419
strip_request_path: true
419420
plugins:
420421
- name: jwt

0 commit comments

Comments
 (0)