Skip to content

Commit

Permalink
Merge pull request sunbird-cb#263 from ArpithaSureshappa/patch-19
Browse files Browse the repository at this point in the history
EnrollmentProgressApi added
  • Loading branch information
Haritest authored Dec 5, 2024
2 parents 9f13a66 + 0212b1a commit 5eb3255
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18712,4 +18712,24 @@ kong_apis:
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: ciosEnrollProgressUpdate
uris: "{{ external_enrollment_prefix }}/v1/user/progressupdate"
upstream_url: "{{ cb_external_enrollment_service_url }}/cios-enroll/v1/user/progressupdate"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'dataAccess'
- 'contentPartner'
- 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: "{{ small_request_size_limit }}"

0 comments on commit 5eb3255

Please sign in to comment.