浏览代码

Merge pull request #12921 from zmstone/0423-refine-pulsar-auth-doc

docs: improve doc for pulsar auth config fields
Zaiming (Stone) Shi 1 年之前
父节点
当前提交
4754a1c845
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      rel/i18n/emqx_bridge_pulsar.hocon

+ 3 - 3
rel/i18n/emqx_bridge_pulsar.hocon

@@ -13,15 +13,15 @@ connector_resource_opts.label:
 auth_basic.desc:
  """Parameters for basic authentication."""
 auth_basic.label:
-"""Basic auth params"""
+"""Basic auth parameters"""
 
 auth_basic_password.desc:
-"""Basic authentication password."""
+"""Basic authentication password. The `password` part of the `username:password` authentication string."""
 auth_basic_password.label:
 """Password"""
 
 auth_basic_username.desc:
-"""Basic authentication username."""
+"""Basic authentication username. The `username` part of the `username:password` authentication string."""
 auth_basic_username.label:
 """Username"""