Skip to content

Commit

Permalink
Merge pull request #376 from anilkumarkammalapalli/cbrelease-4.8.15
Browse files Browse the repository at this point in the history
added kong configurations for framework term retire api
  • Loading branch information
Haritest authored Jul 24, 2024
2 parents 6578286 + d82555c commit e65cca9
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 @@ -16487,3 +16487,21 @@ kong_apis:
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"

- name: retireFrameworkTerm
uris: "{{ framework_service_prefix }}/v1/term/retire"
upstream_url: "{{ knowledge_mw_service_url }}/v1/framework/term/retire"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'frameworkCreate'
- name: rate-limiting
config.policy: local
config.hour: "{{ large_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"

0 comments on commit e65cca9

Please sign in to comment.