|
|
@@ -38,7 +38,9 @@
|
|
|
cipher/0
|
|
|
]).
|
|
|
|
|
|
--export([namespace/0, roots/0, fields/1, translations/0, translation/1, validations/0, desc/1]).
|
|
|
+-export([
|
|
|
+ namespace/0, roots/0, fields/1, translations/0, translation/1, validations/0, desc/1, tags/0
|
|
|
+]).
|
|
|
-export([conf_get/2, conf_get/3, keys/2, filter/1]).
|
|
|
|
|
|
%% Static apps which merge their configs into the merged emqx.conf
|
|
|
@@ -67,6 +69,9 @@
|
|
|
%% root config should not have a namespace
|
|
|
namespace() -> undefined.
|
|
|
|
|
|
+tags() ->
|
|
|
+ [<<"EMQX">>].
|
|
|
+
|
|
|
roots() ->
|
|
|
PtKey = ?EMQX_AUTHENTICATION_SCHEMA_MODULE_PT_KEY,
|
|
|
case persistent_term:get(PtKey, undefined) of
|