소스 검색

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

Zaiming (Stone) Shi 2 년 전
부모
커밋
fd75dc895d
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      apps/emqx_authn/src/emqx_authn.app.src
  2. 2 2
      apps/emqx_authn/src/emqx_authn_schema.erl

+ 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() ->