Skip to content

Commit

Permalink
Merge pull request sunbird-cb#155 from Sahil-tarento/4.8.17-report-fix
Browse files Browse the repository at this point in the history
Operational Report changes
  • Loading branch information
Haritest authored Sep 30, 2024
2 parents f17454a + 13636e8 commit c2eb426
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18054,3 +18054,21 @@ kong_apis:
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: OperationalReportDownloadV2
uris: "/operationalreports/v2/download"
upstream_url: "{{ sb_cb_ext_service_url }}/operational/reports/v2/download"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'dataAccess'
- 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 c2eb426

Please sign in to comment.