You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/05/17 06:26:01 UTC

[GitHub] [apisix-dashboard] Firstsawyou opened a new pull request #1901: docs: FAQ Add a guide to allow all IP access

Firstsawyou opened a new pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901


   Please answer these questions before submitting a pull request, **or your PR will get closed**.
   
   **Why submit this pull request?**
   
   How to allow all IPs to access APISIX Dashboard is a common user question, and we should record it in the FAQ.
   
   - [ ] Bugfix
   - [ ] New feature provided
   - [ ] Improve performance
   - [ ] Backport patches
   
   **What changes will this PR take into?**
   
   Please update this section with detailed description.
   
   **Related issues**
   
   fix/resolve #0001
   
   **Checklist:**
   
   - [ ] Did you explain what problem does this PR solve? Or what new features have been added?
   - [ ] Have you added corresponding test cases?
   - [ ] Have you modified the corresponding document?
   - [ ] Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] Firstsawyou commented on a change in pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
Firstsawyou commented on a change in pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#discussion_r634015119



##########
File path: docs/en/latest/FAQ.md
##########
@@ -70,3 +70,29 @@ $ swagger generate spec -o ./docs/en/latest/api/api.yaml --scan-models
 ```shell
 $ swagger-markdown -i ./docs/en/latest/api/api.yaml
 ```
+
+### 6. How to allow all IPs to access APISIX Dashboard
+
+1. Allow all IPv4 access
+
+By default, the IPv4 range of `127.0.0.0/24` is allowed to access `APISIX Dashboard`. If you want to allow all IPv4 access, then just configure `conf.allow_list` in the configuration file of `conf/conf.yaml` as follows:
+

Review comment:
       Updated.




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] Firstsawyou commented on a change in pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
Firstsawyou commented on a change in pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#discussion_r634262954



##########
File path: docs/en/latest/FAQ.md
##########
@@ -70,3 +70,38 @@ $ swagger generate spec -o ./docs/en/latest/api/api.yaml --scan-models
 ```shell
 $ swagger-markdown -i ./docs/en/latest/api/api.yaml
 ```
+
+### 6. How to allow all IPs to access APISIX Dashboard
+
+1. Allow all IPv4 access
+
+By default, the IPv4 range of `127.0.0.0/24` is allowed to access `APISIX Dashboard`. If you want to allow all IPv4 access, then just configure `conf.allow_list` in the configuration file of `conf/conf.yaml` as follows:
+
+```yaml
+conf:
+  allow_list:
+    - 0.0.0.0/0
+```
+
+2. Allow all IPv6 access
+
+By default, the IPv6 range of `::1` is allowed to access `APISIX Dashboard`. If you want to allow all IPv6 access, then just configure `conf.allow_list` in the configuration file of `conf/conf.yaml` as follows:
+
+```yaml
+conf:
+  allow_list:
+    - ::/0
+```
+
+3. Allow all IP access
+
+If you want to allow all IPs to access `APISIX Dashboard`, you only need to do the following configuration in the configuration file of `conf/conf.yaml`:
+
+```yaml
+conf:
+  allow_list:
+```
+
+Restart `manager-api`, all IPs can access `APISIX Dashboard`.
+
+Note: You can use this method in the exercise to allow all IPs to access your `APISIX Dashboard` 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.

Review comment:
       Updated.




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613






-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] commented on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] commented on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy preview for *apisix-dashboard* processing.
   
   Building with commit 1659f012df28bc09e522af0b26b7bb022df07826
   
   https://app.netlify.com/sites/apisix-dashboard/deploys/60a20c737a4e1a000739e4e2


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy Preview for *apisix-dashboard* processing.
   
   Building with commit 28d257242c48376a9044e29b72abcf5a53c10e49
   
   https://app.netlify.com/sites/apisix-dashboard/deploys/60ab0290cd6bcb0008a124a3


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] nic-chen commented on a change in pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
nic-chen commented on a change in pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#discussion_r634236338



##########
File path: docs/en/latest/FAQ.md
##########
@@ -70,3 +70,38 @@ $ swagger generate spec -o ./docs/en/latest/api/api.yaml --scan-models
 ```shell
 $ swagger-markdown -i ./docs/en/latest/api/api.yaml
 ```
+
+### 6. How to allow all IPs to access APISIX Dashboard
+
+1. Allow all IPv4 access
+
+By default, the IPv4 range of `127.0.0.0/24` is allowed to access `APISIX Dashboard`. If you want to allow all IPv4 access, then just configure `conf.allow_list` in the configuration file of `conf/conf.yaml` as follows:
+
+```yaml
+conf:
+  allow_list:
+    - 0.0.0.0/0
+```
+
+2. Allow all IPv6 access
+
+By default, the IPv6 range of `::1` is allowed to access `APISIX Dashboard`. If you want to allow all IPv6 access, then just configure `conf.allow_list` in the configuration file of `conf/conf.yaml` as follows:
+
+```yaml
+conf:
+  allow_list:
+    - ::/0
+```
+
+3. Allow all IP access
+
+If you want to allow all IPs to access `APISIX Dashboard`, you only need to do the following configuration in the configuration file of `conf/conf.yaml`:
+
+```yaml
+conf:
+  allow_list:
+```
+
+Restart `manager-api`, all IPs can access `APISIX Dashboard`.
+
+Note: You can use this method in the exercise to allow all IPs to access your `APISIX Dashboard` 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.

Review comment:
       ```suggestion
   Note: You can use this method in development and test environment to allow all IPs to access your `APISIX Dashboard` instance, 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.
   ```




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] LiteSun commented on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
LiteSun commented on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-845805666


   I just close and reopen this pr for retriggering the CI run.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy preview for *apisix-dashboard* processing.
   
   Building with commit 40424f8e0b7e357f7e197e17652a5448a25497d3
   
   https://app.netlify.com/sites/apisix-dashboard/deploys/60a335f3a0ff2d000725a977


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] starsz commented on a change in pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
starsz commented on a change in pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#discussion_r633996841



##########
File path: docs/en/latest/FAQ.md
##########
@@ -70,3 +70,29 @@ $ swagger generate spec -o ./docs/en/latest/api/api.yaml --scan-models
 ```shell
 $ swagger-markdown -i ./docs/en/latest/api/api.yaml
 ```
+
+### 6. How to allow all IPs to access APISIX Dashboard
+
+1. Allow all IPv4 access
+
+By default, the IPv4 range of `127.0.0.0/24` is allowed to access `APISIX Dashboard`. If you want to allow all IPv4 access, then just configure `conf.allow_list` in the configuration file of `conf/conf.yaml` as follows:
+

Review comment:
       ```
   conf:
       allow_list:
   ```
   
   can also work.




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] juzhiyuan commented on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842714788


   @Firstsawyou Please update your PR's description template/


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] imjoey merged pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
imjoey merged pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy Preview for *apisix-dashboard* ready!
   
   Built with commit 28d257242c48376a9044e29b72abcf5a53c10e49
   
   https://deploy-preview-1901--apisix-dashboard.netlify.app


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] Firstsawyou commented on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
Firstsawyou commented on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842800199


   > @Firstsawyou Please update your PR's description template/
   
   Updated.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] nic-chen commented on a change in pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
nic-chen commented on a change in pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#discussion_r634236338



##########
File path: docs/en/latest/FAQ.md
##########
@@ -70,3 +70,38 @@ $ swagger generate spec -o ./docs/en/latest/api/api.yaml --scan-models
 ```shell
 $ swagger-markdown -i ./docs/en/latest/api/api.yaml
 ```
+
+### 6. How to allow all IPs to access APISIX Dashboard
+
+1. Allow all IPv4 access
+
+By default, the IPv4 range of `127.0.0.0/24` is allowed to access `APISIX Dashboard`. If you want to allow all IPv4 access, then just configure `conf.allow_list` in the configuration file of `conf/conf.yaml` as follows:
+
+```yaml
+conf:
+  allow_list:
+    - 0.0.0.0/0
+```
+
+2. Allow all IPv6 access
+
+By default, the IPv6 range of `::1` is allowed to access `APISIX Dashboard`. If you want to allow all IPv6 access, then just configure `conf.allow_list` in the configuration file of `conf/conf.yaml` as follows:
+
+```yaml
+conf:
+  allow_list:
+    - ::/0
+```
+
+3. Allow all IP access
+
+If you want to allow all IPs to access `APISIX Dashboard`, you only need to do the following configuration in the configuration file of `conf/conf.yaml`:
+
+```yaml
+conf:
+  allow_list:
+```
+
+Restart `manager-api`, all IPs can access `APISIX Dashboard`.
+
+Note: You can use this method in the exercise to allow all IPs to access your `APISIX Dashboard` 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.

Review comment:
       ```suggestion
   Note: You can use this method in development and test environment to allow all IPs to access your `APISIX Dashboard` 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.
   ```




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy preview for *apisix-dashboard* processing.
   
   Building with commit e5c45e70a23f96af97c48cba1aeff23d64887db1
   
   https://app.netlify.com/sites/apisix-dashboard/deploys/60a39b5d520b41000829e608


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy Preview for *apisix-dashboard* ready!
   
   Built with commit 367cf40519a61d7b598227c0d46da37bc35e740f
   
   https://deploy-preview-1901--apisix-dashboard.netlify.app


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] imjoey commented on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
imjoey commented on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-846911903


   Apache Infra team has already fixed the problem which is always blocking CI. So merge this now.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy preview for *apisix-dashboard* ready!
   
   Built with commit 1659f012df28bc09e522af0b26b7bb022df07826
   
   https://deploy-preview-1901--apisix-dashboard.netlify.app


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] imjoey commented on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
imjoey commented on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-844885210


   The `Frontend e2e test` is always stuck, I filed a ticket to the Infra team to check if it has been set as `Required`. Put ticket https://issues.apache.org/jira/browse/INFRA-21906 here for tracking.
   
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy Preview for *apisix-dashboard* processing.
   
   Building with commit 367cf40519a61d7b598227c0d46da37bc35e740f
   
   https://app.netlify.com/sites/apisix-dashboard/deploys/60ab6b42b5c34900070df7ec


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] LiteSun closed pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
LiteSun closed pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy preview for *apisix-dashboard* ready!
   
   Built with commit e5c45e70a23f96af97c48cba1aeff23d64887db1
   
   https://deploy-preview-1901--apisix-dashboard.netlify.app


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy preview for *apisix-dashboard* processing.
   
   Building with commit 1659f012df28bc09e522af0b26b7bb022df07826
   
   https://app.netlify.com/sites/apisix-dashboard/deploys/60a32fe84f26cb0007731acf


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy preview for *apisix-dashboard* ready!
   
   Built with commit 1659f012df28bc09e522af0b26b7bb022df07826
   
   https://deploy-preview-1901--apisix-dashboard.netlify.app


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy preview for *apisix-dashboard* ready!
   
   Built with commit 40424f8e0b7e357f7e197e17652a5448a25497d3
   
   https://deploy-preview-1901--apisix-dashboard.netlify.app


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] edited a comment on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy preview for *apisix-dashboard* ready!
   
   Built with commit 1659f012df28bc09e522af0b26b7bb022df07826
   
   https://deploy-preview-1901--apisix-dashboard.netlify.app


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] imjoey commented on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
imjoey commented on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-845817566


   > I just close and reopen this pr for retriggering the CI run.
   
   @LiteSun Thanks for doing this. To retrigger CI, we could also add an additional empty commit via `git commit --allow-empty -m "Retrigger CI"`.
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] netlify[bot] commented on pull request #1901: docs: FAQ Add a guide to allow all IP access

Posted by GitBox <gi...@apache.org>.
netlify[bot] commented on pull request #1901:
URL: https://github.com/apache/apisix-dashboard/pull/1901#issuecomment-842034613


   Deploy preview for *apisix-dashboard* processing.
   
   Building with commit 1659f012df28bc09e522af0b26b7bb022df07826
   
   https://app.netlify.com/sites/apisix-dashboard/deploys/60a20c737a4e1a000739e4e2


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org