Skip to content

Commit

Permalink
Merge branch 'dev-4.8.20' of https://github.com/KB-iGOT/sunbird-devops
Browse files Browse the repository at this point in the history
…into dev-4.8.20
  • Loading branch information
Haridas committed Dec 5, 2024
2 parents d6c5874 + 61e4076 commit a981447
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 @@ -18727,3 +18727,17 @@ kong_apis:
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: isRegistrationQRActiveAPIForCSR
uris: "/customselfregistration/isregistrationqractive"
upstream_url: "{{ sb_cb_ext_service_url }}/isRegistrationQRActive"
strip_uri: true
plugins:
- name: cors
- "{{ statsd_pulgin }}"
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

0 comments on commit a981447

Please sign in to comment.