Skip to content

Commit

Permalink
Adding UI-proxy and KONG-API for addUpdateCompetencyRelation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil-tarento authored Nov 30, 2023
1 parent 4f52d55 commit 396f808
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10599,4 +10599,21 @@ kong_apis:
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: addUpdateCompetencyRelation
uris: "{{ competency_prefix }}/update/relation"
upstream_url: "{{ competency_url }}/v2/update/relation"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'dataCreate'
- 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 396f808

Please sign in to comment.