Skip to content

Commit

Permalink
Added Landing page API
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik-tarento authored Feb 20, 2024
1 parent 42050f7 commit 70ee707
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12377,3 +12377,17 @@ kong_apis:
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: getExploreCourseDetailV2
uris: "{{ course_service_prefix }}/v2/explore"
upstream_url: "{{ sb_cb_ext_service_url }}/course/v2/explore"
strip_uri: true
plugins:
- name: cors
- "{{ statsd_pulgin }}"
- name: rate-limiting
config.policy: local
config.hour: "{{ large_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"

0 comments on commit 70ee707

Please sign in to comment.