Skip to content

Commit

Permalink
DEV | BE | Self Registration | Creating new API for checking if the r…
Browse files Browse the repository at this point in the history
…egistration link is active.

1. Removed jwt validation.
  • Loading branch information
tarentomaheshvakkund committed Dec 5, 2024
1 parent bb479e7 commit 3c44bbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18733,12 +18733,8 @@ kong_apis:
upstream_url: "{{ sb_cb_ext_service_url }}/isRegistrationQRActive"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'dataAccess'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
Expand Down

0 comments on commit 3c44bbf

Please sign in to comment.