[DISCUSS] How to easily implement a route with TTL(time to live)?

2019-11-03 Thread YuanSheng Wang
Hi guys: Currently, all API gateways do not have a temporary policy. But I think this feature will be very useful in some situations. For example, the following situations: * session ticket: The key is updated every hour and is invalid after more than two hours. * temporary route: A route with T

Re: [DISCUSS] dockerhub image not updated,should we keep it updated with master branch?

2019-11-03 Thread Justin Mclean
Hi, >As we can see from dockerhub, when I search apis,it still the old version. >Is there any way to automatically push image to dockerhub use master > branch? This would not be possible as only releases approved by the (P)PMC are allowed to be distributed to the general public. It wou

Re: [DISCUSS] dockerhub image not updated,should we keep it updated with master branch?

2019-11-03 Thread YuanSheng Wang
There are two different versions that are better: Version 1: Released to customers regularly, they are ASF checked to ensure they have the correct LICENSE. Version 2: The version used by the developer, which can be updated to the latest version for development purposes. On Mon, Nov 4, 2019 at 1

[DISCUSS] dockerhub image not updated,should we keep it updated with master branch?

2019-11-03 Thread ????Lien
Hello everyone, As we can see from dockerhub, when I search apis,it still the old version. Is there any way to automatically push image to dockerhub use master branch? Mail from Lien@HelloTalk

Re: [DISCUSS] I think we can rebuild a more modern dashboard with better looking and Interaction

2019-11-03 Thread Zhiyuan Ju
Hi, Current Dashboard is using ElementUI as UI Component System, and it does not have many complicated features now, so I don't think it's a good idea to refactor one dashboard as Ant Design may have richer components. As for the UX, it's built under some initial discussions with Ming Wen & Yuan

[DISCUSS] I think we can rebuild a more modern dashboard with better looking and Interaction

2019-11-03 Thread ????Lien
Hi guys, I think the APISIX dashboard now is kind of old-fashioned in UI, and a little wired in Interaction. My suggestion is re build it with AntDesign when the dashboard is not that complicate yet. Example:https://preview.pro.loacg.com/list/table-list you guys kno

[DISCUSS] I think we should move enable_web_socket to routes rather in plugin

2019-11-03 Thread ????Lien
Hi guys, for now the web socket enable button is hidden in proxy-rewrite plugin, which I think is very inconvenient for users to put a web-socket server behind APISIX. proxy-write is more like NGINX parameter modifier, rather than service or function controller to enable or disable some

Re: [LICENSE] question about apisix-dashboard

2019-11-03 Thread Justin Mclean
Hi, > I think we need to spend more time to fix dashboard license issues, What issue exists here? Thanks, Justin