Unverified Commit aa8a1622 authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

Update main.yml

1 merge request!17Release 5.1.0 api
Showing with 21 additions and 0 deletions
+21 -0
...@@ -15827,3 +15827,24 @@ kong_apis: ...@@ -15827,3 +15827,24 @@ kong_apis:
- name: opa-checks - name: opa-checks
config.required: false config.required: false
config.enabled: false config.enabled: false
- name: privateUserUpdateFormStatusForOGA
uris: "{{ hasuranodecomponent_prefix }}/getAllInstitutesSPOC"
upstream_url: "{{ hasuranodecomponent_service_url }}/api/rest/getAllInstitutesSPOC"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- userCreate
- 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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment