SbloodyS commented on code in PR #16923: URL: https://github.com/apache/dolphinscheduler/pull/16923#discussion_r1897751643
########## docs/docs/zh/guide/security/security.md: ########## @@ -18,7 +18,9 @@ - 租户编码:**租户编码是 Linux上 的用户,唯一,不能重复** - 管理员进入安全中心->租户管理页面,点击“创建租户”按钮,创建租户。 -> 注意:目前仅有 admin 用户可以修改租户。 +> 注意: +> 1. 目前仅有 admin 用户可以修改租户; +> 2. 如果您在 Linux 中手动创建一个租户,则需要将手动创建的租户添加到 dolphinscheduler bootstrap 用户组,以便该租户拥有足够的工作目录权限。 Review Comment: ```suggestion > 2. 如果您在 Linux 中手动创建一个租户,则需要将手动创建的租户添加到 dolphinscheduler 启动用户组,以便该租户拥有足够的工作目录权限。 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
