tokers commented on code in PR #8849:
URL: https://github.com/apache/apisix/pull/8849#discussion_r1106564836
##########
docs/zh/latest/FAQ.md:
##########
@@ -707,6 +707,21 @@ make GOOS=linux GOARCH=amd64
prefix: "/apisix"
```
+## APISIX 如何配置带认证的 ETCD
+
+如果你使用的 ETCD 实例,是需要使用正确的用户和密码才能访问。你需要在`conf/config.yaml`文件中这样配置。
Review Comment:
Update the sentence as per the English ones.
##########
docs/en/latest/FAQ.md:
##########
@@ -704,6 +704,21 @@ Another solution is to switch to an experimental
gRPC-based configuration synchr
prefix: "/apisix"
```
+## How does APISIX configure ETCD with authentication
+
+If you are using an auth ETCD instance, you need to use the correct user and
password to access it. You need to do edit this in the `conf/config.yaml` file.
Review Comment:
```suggestion
Suppose you have an ETCD cluster that enables the auth. To access this
cluster, you need to configure the correct username and password for Apache
APISIX. Edit the `conf/config.yaml` file as follows:
```
--
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]