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

Issue #SB-25499 feat: removal of dialcode link api ref (#3101)

Showing with 0 additions and 36 deletions
+0 -36
......@@ -6690,24 +6690,6 @@ kong_apis:
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"
- name: dialcodeLinkContentV2
request_path: "{{ content_prefix }}/v2/dialcode/link"
upstream_url: "{{ content_service_url }}/content/v4/dialcode/link"
strip_request_path: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'contentUpdate'
- 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: "{{ medium_request_size_limit }}"
- name: importContentV2
request_path: "{{ content_prefix }}/v2/import"
upstream_url: "{{ content_service_url }}/content/v4/import"
......@@ -7017,24 +6999,6 @@ kong_apis:
config.allowed_payload_size: "{{ medium_request_size_limit }}"
- name: collectionDialcodeLink
request_path: "{{ collection_prefix }}/v1/dialcode/link"
upstream_url: "{{ content_service_url }}/collection/v4/dialcode/link"
strip_request_path: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'contentUpdate'
- 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: "{{ medium_request_size_limit }}"
- name: collectionCopy
request_path: "{{ collection_prefix }}/v1/copy"
upstream_url: "{{ content_service_url }}/collection/v4/copy"
......
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