docs: update doc refs

This commit is contained in:
Zaiming (Stone) Shi 2023-04-17 21:22:28 +02:00
parent 6dd7befaab
commit 48d8381a6d
14 changed files with 22 additions and 22 deletions

View File

@ -42,10 +42,10 @@ from.desc:
from.label: from.label:
"""From Field""" """From Field"""
hmac-based.desc: jwt_hmac.desc:
"""Configuration when the JWT for authentication is issued using the HMAC algorithm.""" """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.""" """Configuration when JWTs used for authentication need to be fetched from the JWKS endpoint."""
keyfile.desc: keyfile.desc:
@ -54,7 +54,7 @@ keyfile.desc:
keyfile.label: keyfile.label:
"""Key File""" """Key File"""
public-key.desc: jwt_public_key.desc:
"""Configuration when the JWT for authentication is issued using RSA or ECDSA algorithm.""" """Configuration when the JWT for authentication is issued using RSA or ECDSA algorithm."""
public_key.desc: public_key.desc:

View File

@ -1,6 +1,6 @@
emqx_authn_mnesia { emqx_authn_mnesia {
authentication.desc: builtin_db.desc:
"""Configuration of authenticator using built-in database as data source.""" """Configuration of authenticator using built-in database as data source."""
user_id_type.desc: user_id_type.desc:

View File

@ -39,7 +39,7 @@ salt_field.label:
sharded-cluster.desc: sharded-cluster.desc:
"""Configuration of authenticator using MongoDB (Sharded Cluster) as authentication data source.""" """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.""" """Configuration of authenticator using MongoDB (Standalone) as authentication data source."""
} }

View File

@ -1,6 +1,6 @@
emqx_authn_mysql { emqx_authn_mysql {
authentication.desc: mysql.desc:
"""Configuration of authenticator using MySQL as authentication data source.""" """Configuration of authenticator using MySQL as authentication data source."""
query.desc: query.desc:

View File

@ -1,6 +1,6 @@
emqx_authn_pgsql { emqx_authn_pgsql {
authentication.desc: postgresql.desc:
"""Configuration of authenticator using PostgreSQL as authentication data source.""" """Configuration of authenticator using PostgreSQL as authentication data source."""
query.desc: query.desc:

View File

@ -12,7 +12,7 @@ cmd.label:
sentinel.desc: sentinel.desc:
"""Configuration of authenticator using Redis (Sentinel) as authentication data source.""" """Configuration of authenticator using Redis (Sentinel) as authentication data source."""
standalone.desc: single.desc:
"""Configuration of authenticator using Redis (Standalone) as authentication data source.""" """Configuration of authenticator using Redis (Standalone) as authentication data source."""
} }

View File

@ -120,11 +120,11 @@ node_error.desc:
node_error.label: node_error.label:
"""Error in Node""" """Error in Node"""
mnesia.desc: builtin_db.desc:
"""Authorization using a built-in database (mnesia).""" """Authorization using a built-in database (mnesia)."""
mnesia.label: builtin_db.label:
"""mnesia""" """Builtin Database"""
enable.desc: enable.desc:
"""Set to <code>true</code> or <code>false</code> to disable this ACL provider""" """Set to <code>true</code> or <code>false</code> to disable this ACL provider"""

View File

@ -42,10 +42,10 @@ from.desc:
from.label: from.label:
"""源字段""" """源字段"""
hmac-based.desc: jwt_hmac.desc:
"""用于认证的 JWT 使用 HMAC 算法签发时的配置。""" """用于认证的 JWT 使用 HMAC 算法签发时的配置。"""
jwks.desc: jwt_jwks.desc:
"""用于认证的 JWTs 需要从 JWKS 端点获取时的配置。""" """用于认证的 JWTs 需要从 JWKS 端点获取时的配置。"""
keyfile.desc: keyfile.desc:
@ -54,7 +54,7 @@ keyfile.desc:
keyfile.label: keyfile.label:
"""私钥文件""" """私钥文件"""
public-key.desc: jwt_public_key.desc:
"""用于认证的 JWT 使用 RSA 或 ECDSA 算法签发时的配置。""" """用于认证的 JWT 使用 RSA 或 ECDSA 算法签发时的配置。"""
public_key.desc: public_key.desc:

View File

@ -1,6 +1,6 @@
emqx_authn_mnesia { emqx_authn_mnesia {
authentication.desc: builtin_db.desc:
"""使用内置数据库作为认证数据源的认证器的配置项。""" """使用内置数据库作为认证数据源的认证器的配置项。"""
user_id_type.desc: user_id_type.desc:

View File

@ -39,7 +39,7 @@ salt_field.label:
sharded-cluster.desc: sharded-cluster.desc:
"""使用 MongoDB (Sharded Cluster) 作为认证数据源的认证器的配置项。""" """使用 MongoDB (Sharded Cluster) 作为认证数据源的认证器的配置项。"""
standalone.desc: single.desc:
"""使用 MongoDB (Standalone) 作为认证数据源的认证器的配置项。""" """使用 MongoDB (Standalone) 作为认证数据源的认证器的配置项。"""
} }

View File

@ -1,6 +1,6 @@
emqx_authn_mysql { emqx_authn_mysql {
authentication.desc: mysql.desc:
"""使用 MySQL 作为认证数据源的认证器的配置项。""" """使用 MySQL 作为认证数据源的认证器的配置项。"""
query.desc: query.desc:

View File

@ -1,6 +1,6 @@
emqx_authn_pgsql { emqx_authn_pgsql {
authentication.desc: postgresql.desc:
"""使用 PostgreSQL 作为认证数据源的认证器的配置项。""" """使用 PostgreSQL 作为认证数据源的认证器的配置项。"""
query.desc: query.desc:

View File

@ -12,7 +12,7 @@ cmd.label:
sentinel.desc: sentinel.desc:
"""使用 Redis (Sentinel) 作为认证数据源的认证器的配置项。""" """使用 Redis (Sentinel) 作为认证数据源的认证器的配置项。"""
standalone.desc: single.desc:
"""使用 Redis (Standalone) 作为认证数据源的认证器的配置项。""" """使用 Redis (Standalone) 作为认证数据源的认证器的配置项。"""
} }

View File

@ -120,11 +120,11 @@ node_error.desc:
node_error.label: node_error.label:
"""节点产生的错误""" """节点产生的错误"""
mnesia.desc: builtin_db.desc:
"""使用内部数据库授权mnesia。""" """使用内部数据库授权mnesia。"""
mnesia.label: builtin_db.label:
"""mnesia""" """Buitin Database"""
enable.desc: enable.desc:
"""设为 <code>true</code> 或 <code>false</code> 以启用或禁用此访问控制数据源""" """设为 <code>true</code> 或 <code>false</code> 以启用或禁用此访问控制数据源"""