Skip to content

Commit

Permalink
Merge pull request #367 from ArpithaSureshappa/patch-9
Browse files Browse the repository at this point in the history
ext_enrollment_read_api_added
  • Loading branch information
Haritest authored Jul 18, 2024
2 parents 98640b1 + af310ae commit 9025f68
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16356,3 +16356,21 @@ kong_apis:
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: ciosReadByExtId
uris: "{{ cios_prefix }}/v1/content/readby/externalid"
upstream_url: "{{ cb_pores_service_url }}/cios/v1/content/readby/externalid"
strip_uri: 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 }}"

0 comments on commit 9025f68

Please sign in to comment.