Skip to content

Commit

Permalink
commiting for competenciesByOrg kong config.
Browse files Browse the repository at this point in the history
  • Loading branch information
pathiktarento1089 committed Jul 23, 2024
1 parent ec83ab8 commit 50bb865
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15961,4 +15961,22 @@ kong_apis:
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: getBrowseByChannelCompetency
uris: "/v1/search/competenciesByOrg"
upstream_url: "{{ sb_cb_ext_service_url }}/v1/competenciesByOrg"
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: "{{ small_request_size_limit }}"

0 comments on commit 50bb865

Please sign in to comment.