Merge pull request #8353 from zmstone/0630-chore-update-config-style
chore: update authz default config style
This commit is contained in:
commit
9a6f776f82
|
@ -1,10 +1,14 @@
|
||||||
authorization {
|
authorization {
|
||||||
deny_action: ignore
|
deny_action = ignore
|
||||||
no_match: allow
|
no_match = allow
|
||||||
sources: [
|
sources = [
|
||||||
{
|
{
|
||||||
type: file
|
type = file
|
||||||
path: "{{ platform_etc_dir }}/acl.conf"
|
enable = true
|
||||||
|
# This file is immutable to EMQX.
|
||||||
|
# Once new rules are created from dashboard UI or HTTP API,
|
||||||
|
# the file 'data/authz/acl.conf' is used instead of this one
|
||||||
|
path = "{{ platform_etc_dir }}/acl.conf"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue