fix(authz): delete unused config field

path is not used for built-in-database type
This commit is contained in:
Zaiming Shi 2021-09-24 18:08:05 +02:00 committed by zhanghongtong
parent 7d18250a1d
commit f18d0c7167
1 changed files with 2 additions and 2 deletions

View File

@ -56,11 +56,11 @@ authorization {
# selector: { "$or": [ { "username": "%u" }, { "clientid": "%c" } ] } # selector: { "$or": [ { "username": "%u" }, { "clientid": "%c" } ] }
# }, # },
{ {
type: built-in-database type: built-in-database
path: "{{ platform_etc_dir }}/acl.conf"
} }
{ {
type: file type: file
# file is loaded into cache
path: "{{ platform_etc_dir }}/acl.conf" path: "{{ platform_etc_dir }}/acl.conf"
} }
] ]