Skip to content

Commit

Permalink
Updated framework retire api in main.yml file line num 10005
Browse files Browse the repository at this point in the history
  • Loading branch information
sivacmdiksha authored Jan 22, 2024
1 parent 75ebaf9 commit 0766485
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10001,3 +10001,24 @@ kong_apis:
- name: opa-checks
config.required: true
config.enabled: true

- name: retireFramework
uris: "{{ framework_service_prefix }}/v3/retire"
upstream_url: "{{ knowledge_mw_service_url }}/framework/v3/retire"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- frameworkRetire
- 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 }}"
- name: opa-checks
config.required: false
config.enabled: false

0 comments on commit 0766485

Please sign in to comment.