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

This commit is contained in:
Zaiming (Stone) Shi 2023-10-03 11:18:21 +02:00
parent ca8da5723a
commit fd75dc895d
2 changed files with 3 additions and 3 deletions

View File

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

View File

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