Skip to content

Commit

Permalink
Issue #51 chore:API access for partner group (#76)
Browse files Browse the repository at this point in the history
* Issue #51 chore:API access for partner group

* Issue #28 chore:Sunbird auth package deploy script

* Issue #28 fix:Sunbird auth package deploy script

* Issue #28 chore:Sunbird auth package deploy script

* Issue #28 chore:Sunbird auth package deploy script

* Issue #28 chore:Sunbird auth package deploy script

* Issue #67 chore:Access to domainUser Whitelist Group

* Issue #148 feat: Genie API keys for Mantra4Change

* Issue #67 chore:Read channel,framework API access

* Issue #67 chore:Read channel,framework API access
  • Loading branch information
ahghatol authored and Manojvv committed Apr 8, 2018
1 parent 88ae4df commit 2d1683c
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2201,7 +2201,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist: domainUser
config.whitelist: domainUser, mobileApp
- name: rate-limiting
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
Expand Down Expand Up @@ -2276,7 +2276,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist: domainUser
config.whitelist: domainUser, mobileApp
- name: rate-limiting
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
Expand All @@ -2291,7 +2291,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist: domainUser
config.whitelist: domainUser, mobileApp
- name: rate-limiting
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
Expand Down Expand Up @@ -2351,7 +2351,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist: domainUser
config.whitelist: domainUser, mobileApp
- name: rate-limiting
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
Expand All @@ -2366,7 +2366,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist: domainUser
config.whitelist: domainUser, mobileApp
- name: rate-limiting
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
Expand Down Expand Up @@ -2411,7 +2411,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist: domainUser
config.whitelist: domainUser, mobileApp
- name: rate-limiting
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
Expand All @@ -2426,7 +2426,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist: domainUser
config.whitelist: domainUser, mobileApp
- name: rate-limiting
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
Expand Down Expand Up @@ -2716,7 +2716,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 }}"
config.allowed_payload_size: "{{ medium_request_size_limit }}"
- name: createForm
request_path: "{{ data_service_prefix }}/v1/form/create"
upstream_url: "{{ content_service_url }}/v1/data/form/create"
Expand Down Expand Up @@ -2806,5 +2806,4 @@ 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 }}"

config.allowed_payload_size: "{{ medium_request_size_limit }}"

0 comments on commit 2d1683c

Please sign in to comment.