Skip to content

Commit

Permalink
Merge pull request #1 from project-sunbird/release-4.9.0
Browse files Browse the repository at this point in the history
Release 4.9.0
  • Loading branch information
priyanka-TL authored Apr 22, 2022
2 parents 4cfaafb + 8320127 commit 92c9f3e
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 @@ -7407,6 +7407,27 @@ kong_apis:
config.required: false
config.enabled: false

- name: getSolutionReportInformation
uris: "{{ solutions_service_prefix }}/mlcore/v1/read"
upstream_url: "{{ ml_core_service_url }}/v1/solutions/read"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- solutionAccess
- 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 }}"
- name: opa-checks
config.required: false
config.enabled: false

- name: userLocationScope
uris: "{{ entities_service_prefix }}/mlcore/v1/subEntityListBasedOnRoleAndLocation"
upstream_url: "{{ ml_core_service_url }}/v1/entities/subEntityListBasedOnRoleAndLocation"
Expand Down

0 comments on commit 92c9f3e

Please sign in to comment.