Skip to content

Commit

Permalink
Merge pull request #133 from SaipradeepR/patch-4
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
Haritest authored Sep 26, 2023
2 parents 8a45b9d + 6159840 commit 9641bd0
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 @@ -10140,3 +10140,21 @@ kong_apis:
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"

- name: workflowBlendedProgramEnrolStatusCount
uris: "{{ workflow_handler_service_prefix }}/blendedprogram/enrol/status/count"
upstream_url: "{{ workflow_handler_service_url }}/v1/blendedprogram/workflow/enrol/status/count"
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: "{{ small_request_size_limit }}"

0 comments on commit 9641bd0

Please sign in to comment.