Unverified Commit edd127ee authored by santhosh-tg's avatar santhosh-tg Committed by GitHub
Browse files

Merge pull request #3358 from yravinderkumar33/release-4.10.0

Issue #SB-29454 feat: onboarding new report service api
Showing with 21 additions and 0 deletions
+21 -0
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment