Skip to content

Commit

Permalink
Merge pull request #1806 from ahghatol/acl
Browse files Browse the repository at this point in the history
Issue #844 fix: changed ACL to programAdmin
  • Loading branch information
SMYALTAMASH authored Aug 11, 2020
2 parents dafccc3 + ac191ad commit ec900f9
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'orgSuperAdmin'
- 'userSuperAdmin'
- name: rate-limiting
Expand All @@ -387,7 +387,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'contentAdmin'
- 'contentTempAccess'
- name: rate-limiting
Expand Down Expand Up @@ -1766,7 +1766,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'orgSuperAdmin'
- 'userSuperAdmin'
- name: rate-limiting
Expand Down Expand Up @@ -1893,7 +1893,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'userAdmin'
- 'orgAdmin'
- name: rate-limiting
Expand Down Expand Up @@ -4626,7 +4626,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'registryCreate'
- name: rate-limiting
config.policy: local
Expand All @@ -4644,7 +4644,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'registryAccess'
- name: rate-limiting
config.policy: local
Expand All @@ -4662,7 +4662,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'registryAdmin'
- name: rate-limiting
config.policy: local
Expand All @@ -4680,7 +4680,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'registryUpdate'
- name: rate-limiting
config.policy: local
Expand All @@ -4698,7 +4698,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'registryAdmin'
- name: rate-limiting
config.policy: local
Expand All @@ -4716,7 +4716,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'programAccess'
- name: rate-limiting
config.policy: local
Expand All @@ -4734,7 +4734,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'programCreate'
- name: rate-limiting
config.policy: local
Expand All @@ -4752,7 +4752,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'programUpdate'
- name: rate-limiting
config.policy: local
Expand All @@ -4770,8 +4770,8 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'programUpdate'
config.whitelist:
- 'programAdmin'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
Expand All @@ -4788,8 +4788,8 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- 'programUpdate'
config.whitelist:
- 'programAdmin'
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
Expand All @@ -4806,7 +4806,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'programAccess'
- name: rate-limiting
config.policy: local
Expand All @@ -4824,7 +4824,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'programAdmin'
- name: rate-limiting
config.policy: local
Expand All @@ -4842,7 +4842,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'nominationCreate'
- name: rate-limiting
config.policy: local
Expand All @@ -4860,7 +4860,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'nominationUpdate'
- name: rate-limiting
config.policy: local
Expand All @@ -4878,7 +4878,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'nominationAdmin'
- name: rate-limiting
config.policy: local
Expand All @@ -4896,7 +4896,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'nominationAccess'
- name: rate-limiting
config.policy: local
Expand All @@ -4914,7 +4914,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'contentCreate'
- name: rate-limiting
config.policy: local
Expand All @@ -4932,7 +4932,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'contentAccess'
- name: rate-limiting
config.policy: local
Expand All @@ -4950,7 +4950,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'contentUpdate'
- name: rate-limiting
config.policy: local
Expand All @@ -4968,7 +4968,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'appAdmin'
- name: rate-limiting
config.policy: local
Expand All @@ -4986,7 +4986,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'appAccess'
- name: rate-limiting
config.policy: local
Expand All @@ -5004,7 +5004,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'reportsAdmin'
- name: rate-limiting
config.policy: local
Expand All @@ -5022,7 +5022,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'reportsAdmin'
- name: rate-limiting
config.policy: local
Expand All @@ -5040,7 +5040,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'reportsAdmin'
- name: rate-limiting
config.policy: local
Expand All @@ -5059,7 +5059,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'contentAdmin'
- name: rate-limiting
config.policy: local
Expand All @@ -5077,7 +5077,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'preferenceCreate'
- name: rate-limiting
config.policy: local
Expand All @@ -5095,7 +5095,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'preferenceUpdate'
- name: rate-limiting
config.policy: local
Expand All @@ -5113,7 +5113,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'preferenceAccess'
- name: rate-limiting
config.policy: local
Expand All @@ -5131,7 +5131,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'contentAdmin'
- name: rate-limiting
config.policy: local
Expand All @@ -5149,7 +5149,7 @@ kong_apis:
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
config.whitelist:
- 'contentCreate'
- name: rate-limiting
config.policy: local
Expand Down

0 comments on commit ec900f9

Please sign in to comment.