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/09/02 04:15:00 UTC

[GitHub] [apisix] wayne-cheng opened a new pull request #4967: feat: support configrating admin specific IP

wayne-cheng opened a new pull request #4967:
URL: https://github.com/apache/apisix/pull/4967


   Signed-off-by: wayne-cheng <zh...@tiduyun.com>
   
   ### What this PR does / why we need it:
   
   This is the next PR from https://github.com/apache/apisix/pull/4856#issuecomment-903388170
   It's used to support configurating the admin listening address.
   The config.yaml example as below:
   
   ```yaml
   apisix:
     admin_listen:            # use a separate port
       ip: 127.0.0.2           # Specific IP, if not set, the default value is `0.0.0.0`.
       port: 9180
     #port_admin: 9180   # Not recommend: This parameter should be set via the `admin_listen`.
   ```
   
   PTAL @spacewander 
   
   ### Pre-submission checklist:
   
   * [x] Did you explain what problem does this PR solve? Or what new features have been added?
   * [x] Have you added corresponding test cases?
   * [x] Have you modified the corresponding document?
   * [x] Is this PR backward compatible? **If it is not backward compatible, please discuss on the [mailing list](https://github.com/apache/apisix/tree/master#community) 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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] spacewander merged pull request #4967: feat: support configuring admin specific IP

Posted by GitBox <gi...@apache.org>.
spacewander merged pull request #4967:
URL: https://github.com/apache/apisix/pull/4967


   


-- 
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: notifications-unsubscribe@apisix.apache.org

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