Skip to content

Commit

Permalink
Merge pull request #284 from dkttarento/patch-17
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
Haritest authored May 10, 2024
2 parents 4f126b8 + bc69ade commit 1c32969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13004,8 +13004,8 @@ kong_apis:
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: microsite
uris: "/microsite/topFeatured/content/search"
upstream_url: "{{ sb_cb_ext_service_url }}/microsite/topFeatured/content/search"
uris: "/content/aggregation/search"
upstream_url: "{{ sb_cb_ext_service_url }}/content/aggregation/search"
strip_uri: true
plugins:
- name: jwt
Expand Down

0 comments on commit 1c32969

Please sign in to comment.