fix(authz): delete unused config field
path is not used for built-in-database type
This commit is contained in:
parent
7d18250a1d
commit
f18d0c7167
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue