Skip to content

Commit

Permalink
Update main.yml kong surveyEvidenceDownload added
Browse files Browse the repository at this point in the history
  • Loading branch information
Haritest authored Aug 2, 2024
1 parent 0b25a60 commit cc3be2d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16596,3 +16596,20 @@ kong_apis:
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: surveyEvidenceDownload
uris: "{{ cloud_service_prefix }}/mlcore/v1/files/download"
upstream_url: "{{ ml_core_service_url }}/v1/cloud-services/files/download"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- cloudUrlsCreate
- name: rate-limiting
config.policy: local
config.hour: "{{ x_large_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"

0 comments on commit cc3be2d

Please sign in to comment.