Skip to content

Commit

Permalink
KB-2485 | BE | Dev | Create a new API for downloading a password-prot…
Browse files Browse the repository at this point in the history
…ected zip report

1. Kong added for operational report download.
  • Loading branch information
tarentomaheshvakkund committed Mar 1, 2024
1 parent 5e07d56 commit 1e16209
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 @@ -12482,3 +12482,21 @@ kong_apis:
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"

- name: OperationalReportDownload
uris: "/operationalreports/download"
upstream_url: "{{ sb_cb_ext_service_url }}/operational/reports/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 1e16209

Please sign in to comment.