@@ -1,6 +1,6 @@
{application, emqx_conf, [
{description, "EMQX configuration management"},
- {vsn, "0.3.0"},
+ {vsn, "0.4.0"},
{registered, []},
{mod, {emqx_conf_app, []}},
{applications, [kernel, stdlib]},
@@ -65,7 +65,8 @@ authn_mods(ee) ->
[
emqx_gcp_device_authn_schema,
emqx_authn_scram_restapi_schema,
- emqx_authn_kerberos_schema
+ emqx_authn_kerberos_schema,
+ emqx_authn_cinfo
].
authz() ->
@@ -140,7 +140,8 @@
emqx_auth_kerberos,
emqx_auth_ext,
emqx_cluster_link,
- emqx_ds_builtin_raft
+ emqx_ds_builtin_raft,
+ emqx_auth_cinfo
],
%% must always be of type `load'
ce_business_apps =>
@@ -395,7 +395,8 @@ defmodule EMQXUmbrella.MixProject do
:emqx_cluster_link,
:emqx_ds_builtin_raft,
:emqx_auth_kerberos,
- :emqx_bridge_datalayers
+ :emqx_bridge_datalayers,
+ :emqx_auth_cinfo
])
end
@@ -129,6 +129,7 @@ is_community_umbrella_app("apps/emqx_auth_ext") -> false;
is_community_umbrella_app("apps/emqx_cluster_link") -> false;
is_community_umbrella_app("apps/emqx_ds_builtin_raft") -> false;
is_community_umbrella_app("apps/emqx_auth_kerberos") -> false;
+is_community_umbrella_app("apps/emqx_auth_cinfo") -> false;
is_community_umbrella_app(_) -> true.
%% BUILD_WITHOUT_JQ