diff --git a/kubernetes/apps/database/emqx/cluster/resources/emqx.conf b/kubernetes/apps/database/emqx/cluster/resources/emqx.conf index 9a658610..8dc51b7a 100644 --- a/kubernetes/apps/database/emqx/cluster/resources/emqx.conf +++ b/kubernetes/apps/database/emqx/cluster/resources/emqx.conf @@ -11,14 +11,14 @@ authentication { authorization { sources = [ - { - type = built_in_database - enable = true - }, { type = file enable = true path = "/opt/acl.conf" + }, + { + type = built_in_database + enable = true } ] no_match: "deny"