Skip to content

Commit

Permalink
Merge pull request #359 from ruksana2808/patch-12
Browse files Browse the repository at this point in the history
Error resolved with spacing
  • Loading branch information
Haritest authored Jul 13, 2024
2 parents 709a9f7 + a998127 commit cd5b659
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15899,8 +15899,8 @@ kong_apis:
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: designationList
- name: designationList
uris: "{{ designation_prefix }}/search"
upstream_url: "{{ cb_pores_service_url }}/designation/search"
strip_uri: true
Expand All @@ -15910,15 +15910,14 @@ kong_apis:
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'courseAccess'
- 'contentAccess'
- name: rate-limiting
config.policy: local
config.hour: "{{ large_rate_limit_per_hour }}"
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: designationCreate
uris: "{{ designation_prefix }}/create"
upstream_url: "{{ cb_pores_service_url }}/designation/create"
Expand Down

0 comments on commit cd5b659

Please sign in to comment.