Remove acl_key from acl configs #194

This commit is contained in:
Kendrick Chan 2019-06-06 00:28:15 +08:00
parent fff386d6e3
commit 4ed8f84258
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
api_access_keys:
access_keys:
- id: warranty
label: Warranty Access
acls:

View file

@ -46,7 +46,6 @@ services:
$cache_dir: "%kernel.cache_dir%"
$config_dir: "%kernel.root_dir%/../config"
$acl_file: "%app_acl_file%"
$acl_key: "%app_access_key%"
Catalyst\AuthBundle\Service\ACLVoter:
arguments:
@ -119,5 +118,4 @@ services:
$cache_dir: "%kernel.cache_dir%"
$config_dir: "%kernel.root_dir%/../config"
$acl_file: "%api_acl_file%"
$acl_key: "%api_access_key%"