imbajin commented on code in PR #316: URL: https://github.com/apache/incubator-hugegraph-doc/pull/316#discussion_r1437558192
########## content/cn/docs/quickstart/hugegraph-server.md: ########## @@ -160,6 +177,24 @@ HugeGraphServer 启动时会连接后端存储并尝试检查后端存储版本 由于各种后端所需的配置(hugegraph.properties)及启动步骤略有不同,下面逐一对各后端的配置及启动做介绍。 +如果想要使用 HugeGraph 鉴权模式,在后面正式启动 HugeGraph 之前应按照 [HugeGraph 鉴权配置](https://hugegraph.apache.org/cn/docs/config/config-authentication/) 进行配置 + +如果已经初始化 HugeGraph 并需要转换为鉴权模式,则需要删除相关图数据并重新启动 HugeGraph。若图已有业务数据,则无法转换鉴权模式,对于该功能的支持将在下个版本中支持。 + +```bash +# stop the hugeGraph firstly +bin/stop-hugegraph.sh + +# delete the store data Review Comment: ```suggestion # delete the store data (here we use the default path for rocksdb) ``` ########## content/cn/docs/quickstart/hugegraph-server.md: ########## @@ -160,6 +177,24 @@ HugeGraphServer 启动时会连接后端存储并尝试检查后端存储版本 由于各种后端所需的配置(hugegraph.properties)及启动步骤略有不同,下面逐一对各后端的配置及启动做介绍。 +如果想要使用 HugeGraph 鉴权模式,在后面正式启动 HugeGraph 之前应按照 [HugeGraph 鉴权配置](https://hugegraph.apache.org/cn/docs/config/config-authentication/) 进行配置 Review Comment: ```suggestion 如果想要使用 HugeGraph 鉴权模式,在后面正式启动 Server 之前应按照 [Server 鉴权配置](https://hugegraph.apache.org/cn/docs/config/config-authentication/) 进行配置 ``` ########## content/cn/docs/quickstart/hugegraph-server.md: ########## @@ -160,6 +177,24 @@ HugeGraphServer 启动时会连接后端存储并尝试检查后端存储版本 由于各种后端所需的配置(hugegraph.properties)及启动步骤略有不同,下面逐一对各后端的配置及启动做介绍。 +如果想要使用 HugeGraph 鉴权模式,在后面正式启动 HugeGraph 之前应按照 [HugeGraph 鉴权配置](https://hugegraph.apache.org/cn/docs/config/config-authentication/) 进行配置 + +如果已经初始化 HugeGraph 并需要转换为鉴权模式,则需要删除相关图数据并重新启动 HugeGraph。若图已有业务数据,则无法转换鉴权模式,对于该功能的支持将在下个版本中支持。 Review Comment: ```suggestion 如果已经初始化 HugeGraph 并需要转换为鉴权模式,则需要删除相关图数据并重新启动 HugeGraph。若图已有业务数据,暂时无法直接转换鉴权模式 (对于该功能的改进/支持将在下个版本中发布) ``` ########## content/cn/docs/quickstart/hugegraph-server.md: ########## Review Comment: 似乎部分内容是重复的? 需要去重一下, 另外 auth 相关的内容应该是在 auth 的文档页面告诉用户, 这里只做一个链接引用为宜, 搬过去好一点 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
