fix(authz): delete unused config field
path is not used for built-in-database type
This commit is contained in:
parent
7d18250a1d
commit
f18d0c7167
|
@ -57,10 +57,10 @@ authorization {
|
|||
# },
|
||||
{
|
||||
type: built-in-database
|
||||
path: "{{ platform_etc_dir }}/acl.conf"
|
||||
}
|
||||
{
|
||||
type: file
|
||||
# file is loaded into cache
|
||||
path: "{{ platform_etc_dir }}/acl.conf"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue