Skip to content

Commit

Permalink
Merge pull request #155 from shankaragoudab/patch-1
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
Haritest authored Dec 1, 2023
2 parents 0425621 + 1c48758 commit 167e215
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 @@ -10617,3 +10617,20 @@ kong_apis:
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: profilePhotoUpload
uris: "/storage/sb-cb-ext-dev/profilePhotoUpload"
upstream_url: "{{ sb_cb_ext_service_url }}/storage/sb-cb-ext-dev/profilePhotoUpload"
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: "{{ x_large_request_size_limit }}"

0 comments on commit 167e215

Please sign in to comment.