Skip to content

Commit

Permalink
Merge pull request #297 from Sahil-tarento/4.8.14-dev-bulk
Browse files Browse the repository at this point in the history
updating the config access
  • Loading branch information
Haritest authored May 16, 2024
2 parents 08efd7c + 0eb7000 commit 611bad1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13076,7 +13076,8 @@ 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 }}"

- name: demandCreate
uris: "{{ demand_prefix }}/content/create"
upstream_url: "{{ cb_pores_service_url }}/demand/create"
Expand All @@ -13087,7 +13088,7 @@ kong_apis:
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'contentAccess'
- 'contentCreate'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
Expand Down Expand Up @@ -13123,7 +13124,7 @@ kong_apis:
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'contentAccess'
- 'contentUpdate'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
Expand Down Expand Up @@ -13165,6 +13166,7 @@ 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 }}"

- name: playListCreate
uris: "{{ playlist_prefix }}/create"
Expand All @@ -13176,7 +13178,7 @@ kong_apis:
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'contentAccess'
- 'contentCreate'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
Expand All @@ -13194,7 +13196,7 @@ kong_apis:
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'contentAccess'
- 'contentUpdate'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
Expand Down Expand Up @@ -13230,7 +13232,7 @@ kong_apis:
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'contentAccess'
- 'contentUpdate'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
Expand Down

0 comments on commit 611bad1

Please sign in to comment.