From 86a9bfd1cdb58ca876ec7d34ea58835b899ff223 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 19 Oct 2024 17:38:50 -0500 Subject: [PATCH] revert --- kubernetes/apps/database/emqx/cluster/resources/emqx.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kubernetes/apps/database/emqx/cluster/resources/emqx.conf b/kubernetes/apps/database/emqx/cluster/resources/emqx.conf index fdbe037c..8dc51b7a 100644 --- a/kubernetes/apps/database/emqx/cluster/resources/emqx.conf +++ b/kubernetes/apps/database/emqx/cluster/resources/emqx.conf @@ -11,6 +11,11 @@ authentication { authorization { sources = [ + { + type = file + enable = true + path = "/opt/acl.conf" + }, { type = built_in_database enable = true