Skip to content

Commit

Permalink
Merge pull request #291 from shankaragoudab/patch-2
Browse files Browse the repository at this point in the history
updated the demand api's
  • Loading branch information
Haritest authored May 13, 2024
2 parents 6bfc2ae + 100f6a7 commit 02f7e9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13042,7 +13042,7 @@ kong_apis:
config.allowed_payload_size: "{{ small_request_size_limit }}"

- name: demandCreate
uris: "{{ demand_prefix }}/create"
uris: "{{ demand_prefix }}/content/create"
upstream_url: "{{ cb_pores_service_url }}/demand/create"
strip_uri: true
plugins:
Expand All @@ -13060,7 +13060,7 @@ kong_apis:
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: demandRead
uris: "{{ demand_prefix }}/read"
uris: "{{ demand_prefix }}/content/read"
upstream_url: "{{ cb_pores_service_url }}/demand/read"
strip_uri: true
plugins:
Expand All @@ -13078,7 +13078,7 @@ kong_apis:
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: deleteDemand
uris: "{{ demand_prefix }}/delete"
uris: "{{ demand_prefix }}/content/delete"
upstream_url: "{{ cb_pores_service_url }}/demand/delete"
strip_uri: true
plugins:
Expand All @@ -13096,7 +13096,7 @@ kong_apis:
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: searchDemand
uris: "{{ demand_prefix }}/filter"
uris: "{{ demand_prefix }}/content/search"
upstream_url: "{{ cb_pores_service_url }}/demand/filter"
strip_uri: true
plugins:
Expand Down

0 comments on commit 02f7e9c

Please sign in to comment.