Skip to content

Commit

Permalink
Merge pull request sunbird-cb#268 from tarentomaheshvakkund/4.8.20-de…
Browse files Browse the repository at this point in the history
…v-csrisactiveapi

 KB-7362 | DEV | BE | Self Registration | Kong and UI Proxy entry for QR Code generation and registration link generation.
  • Loading branch information
Haritest authored Dec 5, 2024
2 parents e9406fd + bb479e7 commit 78e025d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 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,21 @@ 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: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'dataAccess'
- 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 78e025d

Please sign in to comment.