Skip to content

Commit

Permalink
Issue #SC-2200 feat: removed auth for question/questionset read api (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
krgauraw authored Mar 17, 2021
1 parent b2a8571 commit 0998da5
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5969,16 +5969,12 @@ kong_apis:
upstream_url: "{{ assessment_service_url }}/question/v4/read"
strip_request_path: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'contentAccess'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
config.limit_by: ip
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

Expand Down Expand Up @@ -6077,16 +6073,12 @@ kong_apis:
upstream_url: "{{ assessment_service_url }}/questionset/v4/read"
strip_request_path: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'contentAccess'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
config.limit_by: ip
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

Expand Down

0 comments on commit 0998da5

Please sign in to comment.