Skip to content

Commit

Permalink
Merge pull request #226 from SaipradeepR/patch-15
Browse files Browse the repository at this point in the history
Entry Learner Leader Board
  • Loading branch information
Haritest authored Mar 7, 2024
2 parents effcd45 + 6ed104f commit 540829c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12553,4 +12553,18 @@ kong_apis:
config.hour: "{{ large_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"
config.allowed_payload_size: "{{ small_request_size_limit }}"

- name: learnerleaderboard
uris: "/halloffame/learnerleaderboard"
upstream_url: "{{ sb_cb_ext_service_url }}/v1/halloffame/learnerleaderboard"
strip_uri: true
plugins:
- name: cors
- "{{ statsd_pulgin }}"
- 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 540829c

Please sign in to comment.