Skip to content

Commit

Permalink
Merge pull request #344 from shankaragoudab/patch-3
Browse files Browse the repository at this point in the history
changed the typo for mentoring api
  • Loading branch information
Haritest authored Jul 4, 2024
2 parents d66c216 + 88d8b45 commit 7fd0ffb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14319,7 +14319,6 @@ kong_apis:
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"


- name: sessionList
uris: "{{ mentoring_prefix }}/v1/sessions/list"
upstream_url: "{{ mentoring_service_url }}/mentoring/v1/sessions/list"
Expand All @@ -14330,9 +14329,7 @@ kong_apis:
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'mentorServiceMentee'
- 'mentorServiceMentor'
- 'mentorServiceOrgAdmin'
- 'contentAccess'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
Expand Down

0 comments on commit 7fd0ffb

Please sign in to comment.