Merge pull request #11718 from zmstone/1003-fix-authn-schema

fix(authn): "authentication" importance should not be "hidden"
This commit is contained in:
Zaiming (Stone) Shi 2023-10-03 15:45:19 +02:00 committed by GitHub
commit 9e11c13266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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, [

View File

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