Skip to content

Commit

Permalink
docs(FAQ): add a note in "How to allow all IPs to access Admin API" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstsawyou authored May 19, 2021
1 parent cf483c6 commit 53ece39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/latest/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
2 changes: 2 additions & 0 deletions docs/zh/latest/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,3 +479,5 @@ apisix:
```

重启或 reload APISIX,所有 IP 便可以访问 `Admin API`。

**注意:您可以在非生产环境中使用此方法,以允许所有客户端从任何地方访问您的 `Apache APISIX` 实例,但是在生产环境中使用它并不安全。在生产环境中,请仅授权特定的 IP 地址或地址范围访问您的实例。**

0 comments on commit 53ece39

Please sign in to comment.