Commit 70092191 authored by shishir suman's avatar shishir suman
Browse files

adding routes

No related merge requests found
Showing with 12 additions and 12 deletions
+12 -12
......@@ -10100,18 +10100,18 @@ kong_apis:
upstream_url: "{{ lms_service_url }}/v1/course/admin/course/eval"
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: 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: adminlistCourseEnrollments
uris: "{{ course_service_prefix }}/v2/user/courses/admin/list"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment