Skip to content

Commit

Permalink
Update main.yml digilocker last changes reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
Haritest authored Mar 6, 2024
1 parent 39c92bf commit fcb4c64
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10983,12 +10983,8 @@ kong_apis:
upstream_url: "{{ sb_cb_ext_service_url }}/digilocker/v1/retrieveURI"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'digiLockerAccess'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
Expand All @@ -11001,12 +10997,8 @@ kong_apis:
upstream_url: "{{ sb_cb_ext_service_url }}/digilocker/v1/retrieveDoc"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'digiLockerAccess'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
Expand Down Expand Up @@ -12507,4 +12499,4 @@ kong_apis:
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"
config.allowed_payload_size: "{{ medium_request_size_limit }}"

0 comments on commit fcb4c64

Please sign in to comment.