-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs(FAQ): add a note in "How to allow all IPs to access Admin API" #4264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/en/latest/FAQ.md
Outdated
|
|
||
| Restart or reload APISIX, all IPs can access the `Admin API`. | ||
|
|
||
| >Note: You can use this method in the exercise to allow all IPs to access your `Apache APISIX` instance, but it is not safe to use it in a production environment. In production, please only authorize specific IP addresses or address ranges to access your instance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to use **...** for Note.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
docs/zh/latest/FAQ.md
Outdated
|
|
||
| 重启或 reload APISIX,所有 IP 便可以访问 `Admin API`。 | ||
|
|
||
| **注意:您可以在练习中使用此方法,以允许所有 IP 访问您的 `Apache APISIX` 实例,但是在生产环境中使用它并不安全。在生产中,请仅授权特定的 IP 地址或地址范围访问您的实例。** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
练习中 is not very good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
docs/en/latest/FAQ.md
Outdated
|
|
||
| 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 IPs to access your `Apache APISIX` instance, but it is not safe to use it in a production environment. In production, please only authorize specific IP addresses or address ranges to access your instance.** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| **Note: You can use this method in a non-production environment to allow all IPs to access your `Apache APISIX` instance, but it is not safe to use it in a production environment. In production, please only authorize specific IP addresses or address ranges to access your instance.** | |
| **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, please only authorize specific IP addresses or address ranges to access your instance.** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
What this PR does / why we need it:
Signed-off-by: Firstsawyou yuelinz99@gmail.com
Add a warning note in the
How to allow all IPs to access the Admin APIsection of the FAQ.Pre-submission checklist: