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 2020/01/06 06:48:37 UTC

[GitHub] [incubator-apisix] jiezaizone opened a new issue #1025: request help: How to publish grayscale

jiezaizone opened a new issue #1025: request help: How to publish grayscale
URL: https://github.com/apache/incubator-apisix/issues/1025
 
 
   ### Issue description
   https://github.com/apache/incubator-apisix/blob/master/FAQ_CN.md#%E5%A6%82%E4%BD%95%E9%80%9A%E8%BF%87apisix%E6%94%AF%E6%8C%81ab%E6%B5%8B%E8%AF%95
   ![image](https://user-images.githubusercontent.com/28976666/71800263-8f8d9300-3092-11ea-9a87-46585fcba188.png)
   
   I have read this document and understand that the same domain name is configured with two routes and then filtered according to vars?
   In the practical application scenario, the grayscale list is configured to be stored in redis by other means. Through the user name of access to determine whether in the grayscale list, exists, access to grayscale.
   According to the documentation, I should configure two routes to access the default environment system and the grayscale environment system, and choose the access path through vars. Here I need to connect redis, how should I configure it? Is there a demo?
   
   
   ### Environment
   
   * apisix version (cmd: `apisix version`):
   * OS:
   

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


With regards,
Apache Git Services

[GitHub] [apisix] spacewander closed issue #1025: request help: How to publish grayscale

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #1025:
URL: https://github.com/apache/apisix/issues/1025


   


----------------------------------------------------------------
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] spacewander commented on issue #1025: request help: How to publish grayscale

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #1025:
URL: https://github.com/apache/apisix/issues/1025#issuecomment-749297609


   This issue is marked as stale because it has not had activity for a long time. It will be closed in the next 7 days unless the label "stale" is removed. Thank you for your contributions.


----------------------------------------------------------------
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] [incubator-apisix] membphis commented on issue #1025: request help: How to publish grayscale

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #1025: request help: How to publish grayscale
URL: https://github.com/apache/incubator-apisix/issues/1025#issuecomment-571164193
 
 
   The APISIX used `etcd` to store all of the route data. 
   
   Why do you have to use Redis? 

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


With regards,
Apache Git Services

[GitHub] [incubator-apisix] jiezaizone commented on issue #1025: request help: How to publish grayscale

Posted by GitBox <gi...@apache.org>.
jiezaizone commented on issue #1025: request help: How to publish grayscale
URL: https://github.com/apache/incubator-apisix/issues/1025#issuecomment-571396391
 
 
   > The APISIX used `etcd` to store all of the route data.
   > 
   > Why do you have to use Redis?
   
   I could use an etcd instead, so get the grayscale list and do the logic that says filter_func, right?

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


With regards,
Apache Git Services

[GitHub] [incubator-apisix] membphis commented on issue #1025: request help: How to publish grayscale

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #1025: request help: How to publish grayscale
URL: https://github.com/apache/incubator-apisix/issues/1025#issuecomment-571400513
 
 
   Yes, that is a good way in APISIX .

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


With regards,
Apache Git Services