From f18d0c71672614add180d814d684432df8ae8a1d Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Fri, 24 Sep 2021 18:08:05 +0200 Subject: [PATCH] fix(authz): delete unused config field path is not used for built-in-database type --- apps/emqx_authz/etc/emqx_authz.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx_authz/etc/emqx_authz.conf b/apps/emqx_authz/etc/emqx_authz.conf index 28746ebe7..9e65517ad 100644 --- a/apps/emqx_authz/etc/emqx_authz.conf +++ b/apps/emqx_authz/etc/emqx_authz.conf @@ -56,11 +56,11 @@ authorization { # selector: { "$or": [ { "username": "%u" }, { "clientid": "%c" } ] } # }, { - type: built-in-database - path: "{{ platform_etc_dir }}/acl.conf" + type: built-in-database } { type: file + # file is loaded into cache path: "{{ platform_etc_dir }}/acl.conf" } ]