From 15898f40ab65d90460b5e035ccc287f6c011eace Mon Sep 17 00:00:00 2001 From: Shishir Suman <74050813+shishirsuman092@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:26:31 +0530 Subject: [PATCH] Update Names in config --- ansible/roles/kong-api/defaults/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ansible/roles/kong-api/defaults/main.yml b/ansible/roles/kong-api/defaults/main.yml index 621acecdd..b0e9156c9 100644 --- a/ansible/roles/kong-api/defaults/main.yml +++ b/ansible/roles/kong-api/defaults/main.yml @@ -15663,7 +15663,7 @@ kong_apis: config.required: false config.enabled: false -- name: commentHubCreationService +- name: commentHubCreationServiceUpdateComment uris: "{{ comment_hub_prefix }}/v1/comment/update" upstream_url: "{{ commenthub_service_url }}/v1/comment/update" strip_uri: true @@ -15684,7 +15684,7 @@ kong_apis: config.required: false config.enabled: false - - name: commentHubCreationService + - name: commentHubCreationServiceAddComment uris: "{{ comment_hub_prefix }}/v1/comment/addFirst" upstream_url: "{{ commenthub_service_url }}/v1/comment/addFirst" strip_uri: true @@ -15705,7 +15705,7 @@ kong_apis: config.required: false config.enabled: false - - name: commentHubCreationService + - name: commentHubCreationServiceAddNew uris: "{{ comment_hub_prefix }}/api/v1/comment/addNew" upstream_url: "{{ commenthub_service_url }}/api/v1/comment/addNew" strip_uri: true @@ -15726,7 +15726,7 @@ kong_apis: config.required: false config.enabled: false - - name: commentHubCreationService + - name: commentHubCreationServiceGetAll uris: "{{ comment_hub_prefix }}/api/v1/comment/getAll" upstream_url: "{{ commenthub_service_url }}/api/v1/comment/getAll" strip_uri: true @@ -15747,7 +15747,7 @@ kong_apis: config.required: false config.enabled: false -- name: commentHubCreationService +- name: commentHubCreationServiceMultipleWorkFlows uris: "{{ comment_hub_prefix }}/api/v1/comment/multipleWorkflows" upstream_url: "{{ commenthub_service_url }}/api/v1/comment/multipleWorkflows" strip_uri: true @@ -15767,7 +15767,7 @@ kong_apis: - name: opa-checks config.required: false config.enabled: false -- name: commentHubCreationService +- name: commentHubCreationServiceResolveStatus uris: "{{ comment_hub_prefix }}/api/v1/comment/setStatusToResolved" upstream_url: "{{ commenthub_service_url }}/api/v1/comment/setStatusToResolved" strip_uri: true @@ -15787,7 +15787,7 @@ kong_apis: - name: opa-checks config.required: false config.enabled: false -- name: commentHubCreationService +- name: commentHubCreationServiceResolve uris: "{{ comment_hub_prefix }}/api/v1/comment/*/resolve" upstream_url: "{{ commenthub_service_url }}/api/v1/comment/*/resolve" strip_uri: true @@ -15807,7 +15807,7 @@ kong_apis: - name: opa-checks config.required: false config.enabled: false -- name: commentHubCreationService +- name: commentHubCreationServiceDelete uris: "{{ comment_hub_prefix }}/api/v1/comment/delete/" upstream_url: "{{ commenthub_service_url }}/api/v1/comment/delete/" strip_uri: true @@ -15828,7 +15828,7 @@ kong_apis: config.required: false config.enabled: false -- name: privateUserUpdateFormStatusForOGA +- name: privateUserGetAllInstitutesSPOC uris: "{{ hasuranodecomponent_prefix }}/getAllInstitutesSPOC" upstream_url: "{{ hasuranodecomponent_service_url }}/api/rest/getAllInstitutesSPOC" strip_uri: true -- GitLab