Skip to content

Commit

Permalink
Merge pull request #371 from rakeshSgr/entityListAPI
Browse files Browse the repository at this point in the history
entity list api added
  • Loading branch information
Haritest authored Jul 23, 2024
2 parents 12b2965 + 475062e commit ec83ab8
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 @@ -15941,3 +15941,24 @@ kong_apis:
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: mentoringEntityList
uris: "{{ mentoring_prefix }}/v1/entity/list"
upstream_url: "{{ mentoring_interface_service_url }}/mentoring/v1/entity/list"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'mentorServiceMentee'
- 'mentorServiceMentor'
- 'mentorServiceOrgAdmin'
- 'mentorServiceSysAdmin'
- 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 ec83ab8

Please sign in to comment.