docs: update doc refs
This commit is contained in:
parent
6dd7befaab
commit
48d8381a6d
|
@ -42,10 +42,10 @@ from.desc:
|
|||
from.label:
|
||||
"""From Field"""
|
||||
|
||||
hmac-based.desc:
|
||||
jwt_hmac.desc:
|
||||
"""Configuration when the JWT for authentication is issued using the HMAC algorithm."""
|
||||
|
||||
jwks.desc:
|
||||
jwt_jwks.desc:
|
||||
"""Configuration when JWTs used for authentication need to be fetched from the JWKS endpoint."""
|
||||
|
||||
keyfile.desc:
|
||||
|
@ -54,7 +54,7 @@ keyfile.desc:
|
|||
keyfile.label:
|
||||
"""Key File"""
|
||||
|
||||
public-key.desc:
|
||||
jwt_public_key.desc:
|
||||
"""Configuration when the JWT for authentication is issued using RSA or ECDSA algorithm."""
|
||||
|
||||
public_key.desc:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
emqx_authn_mnesia {
|
||||
|
||||
authentication.desc:
|
||||
builtin_db.desc:
|
||||
"""Configuration of authenticator using built-in database as data source."""
|
||||
|
||||
user_id_type.desc:
|
||||
|
|
|
@ -39,7 +39,7 @@ salt_field.label:
|
|||
sharded-cluster.desc:
|
||||
"""Configuration of authenticator using MongoDB (Sharded Cluster) as authentication data source."""
|
||||
|
||||
standalone.desc:
|
||||
single.desc:
|
||||
"""Configuration of authenticator using MongoDB (Standalone) as authentication data source."""
|
||||
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
emqx_authn_mysql {
|
||||
|
||||
authentication.desc:
|
||||
mysql.desc:
|
||||
"""Configuration of authenticator using MySQL as authentication data source."""
|
||||
|
||||
query.desc:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
emqx_authn_pgsql {
|
||||
|
||||
authentication.desc:
|
||||
postgresql.desc:
|
||||
"""Configuration of authenticator using PostgreSQL as authentication data source."""
|
||||
|
||||
query.desc:
|
||||
|
|
|
@ -12,7 +12,7 @@ cmd.label:
|
|||
sentinel.desc:
|
||||
"""Configuration of authenticator using Redis (Sentinel) as authentication data source."""
|
||||
|
||||
standalone.desc:
|
||||
single.desc:
|
||||
"""Configuration of authenticator using Redis (Standalone) as authentication data source."""
|
||||
|
||||
}
|
||||
|
|
|
@ -120,11 +120,11 @@ node_error.desc:
|
|||
node_error.label:
|
||||
"""Error in Node"""
|
||||
|
||||
mnesia.desc:
|
||||
builtin_db.desc:
|
||||
"""Authorization using a built-in database (mnesia)."""
|
||||
|
||||
mnesia.label:
|
||||
"""mnesia"""
|
||||
builtin_db.label:
|
||||
"""Builtin Database"""
|
||||
|
||||
enable.desc:
|
||||
"""Set to <code>true</code> or <code>false</code> to disable this ACL provider"""
|
||||
|
|
|
@ -42,10 +42,10 @@ from.desc:
|
|||
from.label:
|
||||
"""源字段"""
|
||||
|
||||
hmac-based.desc:
|
||||
jwt_hmac.desc:
|
||||
"""用于认证的 JWT 使用 HMAC 算法签发时的配置。"""
|
||||
|
||||
jwks.desc:
|
||||
jwt_jwks.desc:
|
||||
"""用于认证的 JWTs 需要从 JWKS 端点获取时的配置。"""
|
||||
|
||||
keyfile.desc:
|
||||
|
@ -54,7 +54,7 @@ keyfile.desc:
|
|||
keyfile.label:
|
||||
"""私钥文件"""
|
||||
|
||||
public-key.desc:
|
||||
jwt_public_key.desc:
|
||||
"""用于认证的 JWT 使用 RSA 或 ECDSA 算法签发时的配置。"""
|
||||
|
||||
public_key.desc:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
emqx_authn_mnesia {
|
||||
|
||||
authentication.desc:
|
||||
builtin_db.desc:
|
||||
"""使用内置数据库作为认证数据源的认证器的配置项。"""
|
||||
|
||||
user_id_type.desc:
|
||||
|
|
|
@ -39,7 +39,7 @@ salt_field.label:
|
|||
sharded-cluster.desc:
|
||||
"""使用 MongoDB (Sharded Cluster) 作为认证数据源的认证器的配置项。"""
|
||||
|
||||
standalone.desc:
|
||||
single.desc:
|
||||
"""使用 MongoDB (Standalone) 作为认证数据源的认证器的配置项。"""
|
||||
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
emqx_authn_mysql {
|
||||
|
||||
authentication.desc:
|
||||
mysql.desc:
|
||||
"""使用 MySQL 作为认证数据源的认证器的配置项。"""
|
||||
|
||||
query.desc:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
emqx_authn_pgsql {
|
||||
|
||||
authentication.desc:
|
||||
postgresql.desc:
|
||||
"""使用 PostgreSQL 作为认证数据源的认证器的配置项。"""
|
||||
|
||||
query.desc:
|
||||
|
|
|
@ -12,7 +12,7 @@ cmd.label:
|
|||
sentinel.desc:
|
||||
"""使用 Redis (Sentinel) 作为认证数据源的认证器的配置项。"""
|
||||
|
||||
standalone.desc:
|
||||
single.desc:
|
||||
"""使用 Redis (Standalone) 作为认证数据源的认证器的配置项。"""
|
||||
|
||||
}
|
||||
|
|
|
@ -120,11 +120,11 @@ node_error.desc:
|
|||
node_error.label:
|
||||
"""节点产生的错误"""
|
||||
|
||||
mnesia.desc:
|
||||
builtin_db.desc:
|
||||
"""使用内部数据库授权(mnesia)。"""
|
||||
|
||||
mnesia.label:
|
||||
"""mnesia"""
|
||||
builtin_db.label:
|
||||
"""Buitin Database"""
|
||||
|
||||
enable.desc:
|
||||
"""设为 <code>true</code> 或 <code>false</code> 以启用或禁用此访问控制数据源"""
|
||||
|
|
Loading…
Reference in New Issue