Skip to content

Commit

Permalink
Added tentative enrol list v3 entry
Browse files Browse the repository at this point in the history
Added tentative enrol list v3 entry
  • Loading branch information
SaipradeepR authored Apr 23, 2024
1 parent c4fb12c commit ae0e076
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2102,6 +2102,24 @@ kong_apis:
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"

- name: listUserCourseEnrollmentsV3
uris: "{{ course_service_prefix }}/v3/user/enrollment/list"
upstream_url: "{{ lms_service_url }}/v2/user/courses/list"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'courseAccess'
- 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 }}"


- name: listDialcodes
uris: "{{ dialcode_service_prefix }}/v1/list"
Expand Down Expand Up @@ -12929,4 +12947,4 @@ 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 }}"

0 comments on commit ae0e076

Please sign in to comment.