Skip to content

Commit

Permalink
Merge pull request sunbird-cb#167 from Sahil-tarento/4.8.17-dev-fix2
Browse files Browse the repository at this point in the history
Adding the v2 version for L1 and L2 changes
  • Loading branch information
Haritest authored Oct 11, 2024
2 parents 95efe7d + 8c0388d commit 564f9c5
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 @@ -18072,3 +18072,17 @@ kong_apis:
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: getOrgListV2
uris: "{{ org_service_prefix }}/v2/list"
upstream_url: "{{ sb_cb_ext_service_url }}/org/v2/list"
strip_uri: true
plugins:
- name: cors
- "{{ statsd_pulgin }}"
- name: rate-limiting
config.policy: local
config.hour: "{{ small_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"

0 comments on commit 564f9c5

Please sign in to comment.