This is an automated email from the ASF dual-hosted git repository.

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 53ece39  docs(FAQ): add a note in "How to allow all IPs to access 
Admin API" (#4264)
53ece39 is described below

commit 53ece39aa3f5d982b15142bbcb4ce417a7d25eeb
Author: Yuelin Zheng <[email protected]>
AuthorDate: Wed May 19 14:39:43 2021 +0800

    docs(FAQ): add a note in "How to allow all IPs to access Admin API" (#4264)
---
 docs/en/latest/FAQ.md | 2 ++
 docs/zh/latest/FAQ.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md
index 640b880..8b63c9f 100644
--- a/docs/en/latest/FAQ.md
+++ b/docs/en/latest/FAQ.md
@@ -480,3 +480,5 @@ apisix:
 ```
 
 Restart or reload APISIX, all IPs can access the `Admin API`.
+
+**Note: You can use this method in a non-production environment to allow all 
clients from anywhere to access your `Apache APISIX` instances, but it is not 
safe to use it in a production environment. In production environment, please 
only authorize specific IP addresses or address ranges to access your 
instance.**
diff --git a/docs/zh/latest/FAQ.md b/docs/zh/latest/FAQ.md
index 0cde484..91e1f85 100644
--- a/docs/zh/latest/FAQ.md
+++ b/docs/zh/latest/FAQ.md
@@ -479,3 +479,5 @@ apisix:
 ```
 
 重启或 reload APISIX,所有 IP 便可以访问 `Admin API`。
+
+**注意:您可以在非生产环境中使用此方法,以允许所有客户端从任何地方访问您的 `Apache APISIX` 
实例,但是在生产环境中使用它并不安全。在生产环境中,请仅授权特定的 IP 地址或地址范围访问您的实例。**

Reply via email to