From c4da3a43602487a272b055dd252d21ac8c35903c Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 23 Sep 2024 03:03:38 -0500 Subject: [PATCH] first match --- kubernetes/apps/database/emqx/cluster/resources/emqx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"