Skip to content

Commit

Permalink
Added reportInfo API
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik-tarento authored Sep 28, 2023
1 parent 30c1461 commit 3087ac9
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 @@ -10212,3 +10212,21 @@ kong_apis:
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"

- name: getReportInfo
uris: "/storage/v1/reportInfo"
upstream_url: "{{ sb_cb_ext_service_url }}/storage/v1/reportInfo"
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: "{{ small_request_size_limit }}"

0 comments on commit 3087ac9

Please sign in to comment.