Skip to content

Commit

Permalink
Merge pull request #35 from karthik-tarento/patch-14
Browse files Browse the repository at this point in the history
Added Org Ext Search API
  • Loading branch information
gohilamariappan authored Jun 24, 2022
2 parents c5ffe2f + c83324d commit 77d73fa
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8813,4 +8813,21 @@ kong_apis:
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"


- name: orgExtendedSearch
uris: "{{ org_service_prefix }}/v1/ext/search"
upstream_url: "{{ sb_cb_ext_service_url }}/org/v1/ext/search"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'dataAccess'
- name: rate-limiting
config.policy: local
config.hour: "{{ small_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"

0 comments on commit 77d73fa

Please sign in to comment.