Explorar el Código

fix(authn): "authentication" importance should not be "hidden"

Zaiming (Stone) Shi hace 2 años
padre
commit
fd75dc895d

+ 1 - 1
apps/emqx_authn/src/emqx_authn.app.src

@@ -1,7 +1,7 @@
 %% -*- mode: erlang -*-
 {application, emqx_authn, [
     {description, "EMQX Authentication"},
-    {vsn, "0.1.27"},
+    {vsn, "0.1.28"},
     {modules, []},
     {registered, [emqx_authn_sup, emqx_authn_registry]},
     {applications, [

+ 2 - 2
apps/emqx_authn/src/emqx_authn_schema.erl

@@ -42,8 +42,8 @@ roots() -> [].
 
 injected_fields() ->
     #{
-        'mqtt.listener' => global_auth_fields(),
-        'roots.high' => mqtt_listener_auth_fields()
+        'mqtt.listener' => mqtt_listener_auth_fields(),
+        'roots.high' => global_auth_fields()
     }.
 
 tags() ->