Skip to content

Commit

Permalink
Merge pull request #277 from sunbird-cb/4.8.13-dev
Browse files Browse the repository at this point in the history
4.8.13 dev
  • Loading branch information
Haritest authored Apr 26, 2024
2 parents 9d18291 + 8a875e3 commit 8ba65fb
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12948,3 +12948,57 @@ kong_apis:
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: micrositeUserInsights
uris: "/microsite/read/insights"
upstream_url: "{{ sb_cb_ext_service_url }}/microsite/read/insights"
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: "{{ medium_request_size_limit }}"

- name: microsite
uris: "/microsite/topFeatured/content/search"
upstream_url: "{{ sb_cb_ext_service_url }}/microsite/topFeatured/content/search"
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: "{{ medium_request_size_limit }}"

- name: workflowGetUserWFApplicationFieldsV2
uris: "{{ workflow_handler_service_prefix }}/v2/getUserWFApplicationFields"
upstream_url: "{{ workflow_handler_service_url }}/v2/workflow/getUserWFApplicationFields"
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 8ba65fb

Please sign in to comment.