Unverified Commit c303f1f6 authored by Jayaprakash8887's avatar Jayaprakash8887 Committed by GitHub
Browse files

Issue #SB-25501 feat: SB-25499, SB-25500, SB-25501 Content, Collection, Asset...

Issue #SB-25501 feat: SB-25499, SB-25500, SB-25501 Content, Collection, Asset v4 APIs on-boarding (#3047)

* Issue #SB-25501 feat: SB-25499, SB-25500, SB-25501 Content, Collection, Asset v4 APIs on-boarding

* Issue #SB-25501 feat: SB-25499, SB-25500, SB-25501 Content, Collection, Asset v4 APIs on-boarding

* Issue #SB-25501 feat: SB-25499, SB-25500, SB-25501 Content, Collection, Asset v4 APIs on-boarding

Co-authored-by: Jayaprakash n's avatarJayaprakash8887 <Jayaprakash.narayanaswamy@tarento.com>
Showing with 16 additions and 16 deletions
+16 -16
......@@ -7092,22 +7092,22 @@ kong_apis:
config.allowed_payload_size: "{{ medium_request_size_limit }}"
- name: collectionReject
request_path: "{{ collection_prefix }}/v1/reject"
upstream_url: "{{ content_service_url }}/collection/v4/reject"
strip_request_path: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'contentAdmin'
- 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 }}"
request_path: "{{ collection_prefix }}/v1/reject"
upstream_url: "{{ content_service_url }}/collection/v4/reject"
strip_request_path: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'contentAdmin'
- 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: acceptCollectionFlag
......
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