Skip to content

Commit

Permalink
Merge pull request #3358 from yravinderkumar33/release-4.10.0
Browse files Browse the repository at this point in the history
Issue #SB-29454 feat: onboarding new report service api
  • Loading branch information
santhosh-tg authored Jun 2, 2022
2 parents 8ba7b12 + 9f6c771 commit edd127e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9573,3 +9573,24 @@ kong_apis:
- name: opa-checks
config.required: true
config.enabled: true

- name: getReportDatasets
uris: "{{ report_service_prefix }}/report/datasets/get"
upstream_url: "{{ report_service_url }}/report/datasets/get"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- reportsAccess
- 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 }}"
- name: opa-checks
config.required: true
config.enabled: true

0 comments on commit edd127e

Please sign in to comment.