Skip to content

Commit

Permalink
Merge pull request #88 from karthik-tarento/patch-41
Browse files Browse the repository at this point in the history
Made OTP APIs as public access
  • Loading branch information
Haritest authored Mar 20, 2023
2 parents f310470 + 73d3796 commit bff8180
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1361,12 +1361,8 @@ kong_apis:
upstream_url: "{{ learning_service_url }}/v1/otp/generate"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'userAccess'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
Expand Down Expand Up @@ -4668,12 +4664,8 @@ kong_apis:
upstream_url: "{{ learning_service_url }}/v1/otp/verify"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'userAccess'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
Expand Down

0 comments on commit bff8180

Please sign in to comment.