Skip to content

Commit

Permalink
Merge pull request #213 from Sahil-tarento/digiLockerAPI-4.8.11
Browse files Browse the repository at this point in the history
Adding whielist label for digiLoocker API
  • Loading branch information
Haritest authored Feb 29, 2024
2 parents 715b5d8 + 2527750 commit 13087ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10983,8 +10983,12 @@ 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 @@ -10997,8 +11001,12 @@ 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

0 comments on commit 13087ae

Please sign in to comment.