diff --git a/ansible/roles/kong-api/defaults/main.yml b/ansible/roles/kong-api/defaults/main.yml index 621acecddd3aa1129c74d8283caef86c0e883750..b0e9156c9aa22964eba9a661d3f67c22c0e92397 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