docs: fix authz config doc

This commit is contained in:
Zaiming (Stone) Shi 2022-01-24 12:28:59 +01:00
parent f1937e261c
commit 21183f3b16
1 changed files with 5 additions and 4 deletions

View File

@ -96,10 +96,11 @@ fields(file) ->
, {path, #{type => string(),
desc => """
Path to the file which contains the ACL rules.<br>
If the file provisioned before starting EMQ X node, it can be placed anywhere
as long as EMQ X has read access to it.
In case rule set is created from EMQ X dashboard or management HTTP API,
the file will be placed in `certs/authz` sub directory inside EMQ X's `data_dir`,
If the file provisioned before starting EMQ X node,
it can be placed anywhere as long as EMQ X has read access to it.
In case the rule-set is created from EMQ X dashboard or management API,
the file will be placed in `authz` sub directory inside EMQ X's `data_dir`,
and the new rules will override all rules from the old config file.
"""
}}