[GitHub] [apisix-dashboard] Baoyuantop commented on issue #2673: Source-based installation fails

2023-01-19 Thread GitBox
Baoyuantop commented on issue #2673: URL: https://github.com/apache/apisix-dashboard/issues/2673#issuecomment-1398034281 Hi @Cheol-Soon-Choi, if there are still problems, you can reopen -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [apisix-dashboard] Baoyuantop closed issue #2673: Source-based installation fails

2023-01-19 Thread GitBox
Baoyuantop closed issue #2673: Source-based installation fails URL: https://github.com/apache/apisix-dashboard/issues/2673 -- 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 un

[GitHub] [apisix-dashboard] Baoyuantop commented on issue #2687: bug: dashboard should not support '!' in vars.

2023-01-19 Thread GitBox
Baoyuantop commented on issue #2687: URL: https://github.com/apache/apisix-dashboard/issues/2687#issuecomment-1398030408 Hi @840963657, can you help with the specific steps to create this route using the dashboard? Also, you can try the latest version of the dashboard. -- This is an auto

[GitHub] [apisix] mscb402 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mscb402 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1398028051 Perhaps you have other routes that conflict with this route? If you configure a /* route, it is possible that the route will override the match of the /food/* route. Please checkout

[GitHub] [apisix] mscb402 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mscb402 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1398026429 I really don't know why this can't work for your local system. This is my step. First, create an upstream. ```json { "nodes": [ { "host": "httpbin.org",

[GitHub] [apisix-dashboard] Baoyuantop commented on issue #2691: dashboard can not start when a custom discovery plugins enabled

2023-01-19 Thread GitBox
Baoyuantop commented on issue #2691: URL: https://github.com/apache/apisix-dashboard/issues/2691#issuecomment-1398026131 Hi @jagerzhang, have you tried to synchronize schema information? You can refer here https://apisix.apache.org/docs/dashboard/FAQ/#4-after-modifying-the-plugin-schema-or

[GitHub] [apisix-dashboard] codecov-commenter commented on pull request #2718: fix: plugin configuration lost in editor

2023-01-19 Thread GitBox
codecov-commenter commented on PR #2718: URL: https://github.com/apache/apisix-dashboard/pull/2718#issuecomment-1398023204 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/2718?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_

[GitHub] [apisix-dashboard] Baoyuantop commented on issue #2707: ip限制插件配置UI展示异常

2023-01-19 Thread GitBox
Baoyuantop commented on issue #2707: URL: https://github.com/apache/apisix-dashboard/issues/2707#issuecomment-1398021204 Looks similar to https://github.com/apache/apisix-dashboard/issues/2696 -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [apisix-dashboard] Baoyuantop opened a new pull request, #2718: fix: plugin configuration lost in editor

2023-01-19 Thread GitBox
Baoyuantop opened a new pull request, #2718: URL: https://github.com/apache/apisix-dashboard/pull/2718 Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [x] Bugfix - [ ] New feature provided

[GitHub] [apisix] xiaoxuanzi opened a new pull request, #8716: feat(clickhouse-logger): unify endpoints into one schema

2023-01-19 Thread GitBox
xiaoxuanzi opened a new pull request, #8716: URL: https://github.com/apache/apisix/pull/8716 ### Description clickhouse-logger: unify endpoints into one schema ### Checklist - [x] I have explained the need for this PR and the problem it solves - [x] I have

[GitHub] [apisix-ingress-controller] tao12345666333 commented on a diff in pull request #1590: chore: update issue templates

2023-01-19 Thread GitBox
tao12345666333 commented on code in PR #1590: URL: https://github.com/apache/apisix-ingress-controller/pull/1590#discussion_r1082165587 ## .github/ISSUE_TEMPLATE/improve_docs.yml: ## @@ -0,0 +1,33 @@ +name: "Documentation Issue" +description: Issues related to documentation. +t

[GitHub] [apisix] mgonzaga1990 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mgonzaga1990 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1397988920 Hi @mscb402 , **192.168.1.78:8090** is the address of the upstream and i have fixed it. now applying the below configuration ``` json { "uri": "/food/*",

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #1608: bug: Block request method with Apisix Ingress Controller annotation

2023-01-19 Thread GitBox
tao12345666333 commented on issue #1608: URL: https://github.com/apache/apisix-ingress-controller/issues/1608#issuecomment-1397988082 You mean the request should not be sent upstream, right? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [apisix] Fabriceli commented on pull request #8651: fix: fix fetch all service info from consul

2023-01-19 Thread GitBox
Fabriceli commented on PR #8651: URL: https://github.com/apache/apisix/pull/8651#issuecomment-1397953655 @spacewander Please take a look at this PR, thanks -- 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

[apisix-website] branch master updated: docs: add apisix with consul blog (#1478)

2023-01-19 Thread sylviasu
This is an automated email from the ASF dual-hosted git repository. sylviasu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/master by this push: new 428b481022e docs: add apisix with cons

[GitHub] [apisix-website] SylviaBABY merged pull request #1478: docs: add apisix with consul blog

2023-01-19 Thread GitBox
SylviaBABY merged PR #1478: URL: https://github.com/apache/apisix-website/pull/1478 -- 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-unsubs

[GitHub] [apisix-website] Fabriceli commented on pull request #1478: docs: add apisix with consul blog

2023-01-19 Thread GitBox
Fabriceli commented on PR #1478: URL: https://github.com/apache/apisix-website/pull/1478#issuecomment-1397944158 @SylviaBABY @yzeng25 I have no permission to merge this PR, Could you merge it? -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [apisix] navendu-pottekkat opened a new issue, #8715: docs: consolidate deployment modes guides

2023-01-19 Thread GitBox
navendu-pottekkat opened a new issue, #8715: URL: https://github.com/apache/apisix/issues/8715 ### Current State The [deployment modes documentation page](https://apisix.apache.org/docs/apisix/deployment-modes/) contains documentation about all the deployment modes. There is also ano

[apisix-website] branch master updated: fix: front matter (#1482)

2023-01-19 Thread young
This is an automated email from the ASF dual-hosted git repository. young pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/master by this push: new 65cdc8bab57 fix: front matter (#1482) 65c

[GitHub] [apisix-website] SkyeYoung closed issue #1481: [Site]: Blog "Accessing APISIX-Dashboard from Everywhere with Keycloak Authentication" not accessible

2023-01-19 Thread GitBox
SkyeYoung closed issue #1481: [Site]: Blog "Accessing APISIX-Dashboard from Everywhere with Keycloak Authentication" not accessible URL: https://github.com/apache/apisix-website/issues/1481 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [apisix-website] SkyeYoung merged pull request #1482: fix: front matter

2023-01-19 Thread GitBox
SkyeYoung merged PR #1482: URL: https://github.com/apache/apisix-website/pull/1482 -- 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-unsubsc

[GitHub] [apisix-website] netlify[bot] commented on pull request #1482: fix: front matter

2023-01-19 Thread GitBox
netlify[bot] commented on PR #1482: URL: https://github.com/apache/apisix-website/pull/1482#issuecomment-1397880770 ### 👷 Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |🔨 Latest commit | e5502f77

[GitHub] [apisix-website] SkyeYoung opened a new pull request, #1482: fix: front matter

2023-01-19 Thread GitBox
SkyeYoung opened a new pull request, #1482: URL: https://github.com/apache/apisix-website/pull/1482 Fixes: #1481 Changes: * add missing author Screenshots of the change: -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [apisix-website] Fabriceli commented on a diff in pull request #1478: docs: add apisix with consul blog

2023-01-19 Thread GitBox
Fabriceli commented on code in PR #1478: URL: https://github.com/apache/apisix-website/pull/1478#discussion_r1082069199 ## blog/en/blog/2023/01/18/consul-with-apisix.md: ## @@ -0,0 +1,274 @@ +--- +title: "How to Integrate API Gateway and Consul? Not Consul K/V" +authors: + - na

[GitHub] [apisix] SylviaBABY merged pull request #8714: docs: fix deployment doc links

2023-01-19 Thread GitBox
SylviaBABY merged PR #8714: URL: https://github.com/apache/apisix/pull/8714 -- 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-unsubscr...@ap

[GitHub] [apisix] SkyeYoung closed issue #8698: [docs]: deployment-role.md is not exist

2023-01-19 Thread GitBox
SkyeYoung closed issue #8698: [docs]: deployment-role.md is not exist URL: https://github.com/apache/apisix/issues/8698 -- 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 unsub

[GitHub] [apisix] SkyeYoung commented on issue #8698: [docs]: deployment-role.md is not exist

2023-01-19 Thread GitBox
SkyeYoung commented on issue #8698: URL: https://github.com/apache/apisix/issues/8698#issuecomment-1397862577 fixed in #8714 -- 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.

[apisix] branch master updated: docs: fix deployment links (#8714)

2023-01-19 Thread sylviasu
This is an automated email from the ASF dual-hosted git repository. sylviasu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git The following commit(s) were added to refs/heads/master by this push: new 9e19dcc01 docs: fix deployment links (#8714) 9

[GitHub] [apisix] SylviaBABY opened a new pull request, #8714: docs: fix deployment links

2023-01-19 Thread GitBox
SylviaBABY opened a new pull request, #8714: URL: https://github.com/apache/apisix/pull/8714 ### Description Fixes # https://github.com/apache/apisix/issues/8698, update ZH/EN docs link ### Checklist - [ ] I have explained the need for this PR and the problem

[GitHub] [apisix-website] yzeng25 commented on a diff in pull request #1478: docs: add apisix with consul blog

2023-01-19 Thread GitBox
yzeng25 commented on code in PR #1478: URL: https://github.com/apache/apisix-website/pull/1478#discussion_r1082065305 ## blog/en/blog/2023/01/18/consul-with-apisix.md: ## @@ -0,0 +1,274 @@ +--- +title: "How to Integrate API Gateway and Consul? Not Consul K/V" +authors: + - name

[apisix-website] branch master updated: docs: add weekly report 20230115 (#1479)

2023-01-19 Thread yilinzeng
This is an automated email from the ASF dual-hosted git repository. yilinzeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/master by this push: new aa07a5e15bb docs: add weekly report 2

[GitHub] [apisix-website] yzeng25 merged pull request #1479: docs: add weekly report 20230115

2023-01-19 Thread GitBox
yzeng25 merged PR #1479: URL: https://github.com/apache/apisix-website/pull/1479 -- 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-unsubscr.

[GitHub] [apisix-website] yzeng25 opened a new issue, #1481: [Site]: Blog "Accessing APISIX-Dashboard from Everywhere with Keycloak Authentication" not accessible

2023-01-19 Thread GitBox
yzeng25 opened a new issue, #1481: URL: https://github.com/apache/apisix-website/issues/1481 ### Current State **Description of the current state/issue**: Blog "Accessing APISIX-Dashboard from Everywhere with Keycloak Authentication" was added into the website via https://gith

[GitHub] [apisix-website] yzeng25 commented on pull request #1468: Add blog post "Accessing Apisix-dashboard from everywhere with Keycloak authentication"

2023-01-19 Thread GitBox
yzeng25 commented on PR #1468: URL: https://github.com/apache/apisix-website/pull/1468#issuecomment-1397839408 Hi, this blog isn't showing up properly in the website. Probably need to fix the header part to fix this issue. The blog content part was great. You guys should at least check out

[GitHub] [apisix] mscb402 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mscb402 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1397820999 Please make sure your upstream is working. -- 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

[GitHub] [apisix] mscb402 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mscb402 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1397819842 This just your upstream time out. Please chekout -- 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

[GitHub] [apisix] mscb402 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mscb402 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1397819303 Are you config the upstream address wrong? Dose 192.168.1.78:8090 is an APISIX instance? -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [apisix] MarkCupitt commented on issue #8663: bug: failed to find any SSL certificate by SNI:

2023-01-19 Thread GitBox
MarkCupitt commented on issue #8663: URL: https://github.com/apache/apisix/issues/8663#issuecomment-1397802057 Certs loaded by the dashboard V2 will NOT be seen in the routing, until the dashboard is made compatible, you MUST use the API's to load and manage certs Additionally, if you

[apisix-dashboard] branch master updated: fix: adapt APISIX plugin disabled (#2717)

2023-01-19 Thread baoyuan
This is an automated email from the ASF dual-hosted git repository. baoyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git The following commit(s) were added to refs/heads/master by this push: new 7b8d9c5b3 fix: adapt APISIX plugin di

[GitHub] [apisix-dashboard] Baoyuantop merged pull request #2717: fix: adapt APISIX plugin disabled

2023-01-19 Thread GitBox
Baoyuantop merged PR #2717: URL: https://github.com/apache/apisix-dashboard/pull/2717 -- 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-unsu

[GitHub] [apisix] MarkCupitt closed issue #8665: bug: uploading a cert via api - it is accepted with no error, shows in dashboard with correct SNI, but invalid expiry date. Cert can NOT be deleted

2023-01-19 Thread GitBox
MarkCupitt closed issue #8665: bug: uploading a cert via api - it is accepted with no error, shows in dashboard with correct SNI, but invalid expiry date. Cert can NOT be deleted URL: https://github.com/apache/apisix/issues/8665 -- This is an automated message from the Apache Git Service. To

[GitHub] [apisix] MarkCupitt commented on issue #8665: bug: uploading a cert via api - it is accepted with no error, shows in dashboard with correct SNI, but invalid expiry date. Cert can NOT be delet

2023-01-19 Thread GitBox
MarkCupitt commented on issue #8665: URL: https://github.com/apache/apisix/issues/8665#issuecomment-1397796190 So for those struggling with this, Dashboard V2, on ssl certs at least, is NOT compatible at all with apisix V3.x, you **MUST** use the apis. Documenting for anyone else who

[GitHub] [apisix] MarkCupitt commented on issue #8665: bug: uploading a cert via api - it is accepted with no error, shows in dashboard with correct SNI, but invalid expiry date. Cert can NOT be delet

2023-01-19 Thread GitBox
MarkCupitt commented on issue #8665: URL: https://github.com/apache/apisix/issues/8665#issuecomment-1397778959 Additional effort still produces same result, Bash Script used: ``` local sslcrt=$(cat "./certs/$sslurl.crt") local sslkey=$(cat "./certs/$sslurl.key")

[GitHub] [apisix-ingress-controller] hndoss opened a new issue, #1608: bug: Block request method with Apisix Ingress Controller annotation

2023-01-19 Thread GitBox
hndoss opened a new issue, #1608: URL: https://github.com/apache/apisix-ingress-controller/issues/1608 ### Issue description After implementing the new annotations, the affected Apisix Route has a plugin configuration as follows: ``` "response-rewrite": { "body_base

[GitHub] [apisix-docker] incubator4 opened a new pull request, #412: fix: apisix config etcd indent error

2023-01-19 Thread GitBox
incubator4 opened a new pull request, #412: URL: https://github.com/apache/apisix-docker/pull/412 Due to apisix `config.yaml` indent error, etcd configuration didn't passthrought to apisix, it would cause problem that apisix use default config to connect etcd by `127.0.0.1:2379` -- This

[GitHub] [apisix-dashboard] LiteSun commented on a diff in pull request #2704: fix plugins display in list of routes

2023-01-19 Thread GitBox
LiteSun commented on code in PR #2704: URL: https://github.com/apache/apisix-dashboard/pull/2704#discussion_r1081381117 ## web/src/pages/Route/List.tsx: ## @@ -550,6 +551,13 @@ const Page: React.FC = () => { { title: formatMessage({ id: 'menu.plugin' }), dataI

[GitHub] [apisix] mgonzaga1990 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mgonzaga1990 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1397020304 Now I'm getting **504 Gateway timeout** ![image](https://user-images.githubusercontent.com/21145779/213460809-18921094-cf4e-4066-9d4a-d88cea34b789.png) and based on the

[GitHub] [apisix-ingress-controller] navendu-pottekkat opened a new pull request, #1607: docs: add Gateway API example to the "Getting started" guide

2023-01-19 Thread GitBox
navendu-pottekkat opened a new pull request, #1607: URL: https://github.com/apache/apisix-ingress-controller/pull/1607 Signed-off-by: Navendu Pottekkat Add an example of the Gateway API to the "Getting started" guide. -- This is an automated message from the Apache Git Service. To

[GitHub] [apisix-docker] sbrouet opened a new issue, #411: Not same user (root VS apisix) used depending on Linux distribution

2023-01-19 Thread GitBox
sbrouet opened a new issue, #411: URL: https://github.com/apache/apisix-docker/issues/411 Hello Team, I noticed that for some Docker images, the `root` user is used, such as `centos`. For others the `apisix` user is used, such as for `debian`. This could lead to different behav

[GitHub] [apisix-docker] sbrouet opened a new issue, #410: Possible fix in entrypoint.sh - hardcoded path

2023-01-19 Thread GitBox
sbrouet opened a new issue, #410: URL: https://github.com/apache/apisix-docker/issues/410 Hello Team, In entrypoint.sh for debian, at line 43 the path to configuration directory is hardcoded to `/usr/local/apisix` See https://github.com/apache/apisix-docker/blob/master/debian/

[GitHub] [apisix-ingress-controller] tao12345666333 closed issue #1547: chore: improve make update-all

2023-01-19 Thread GitBox
tao12345666333 closed issue #1547: chore: improve make update-all URL: https://github.com/apache/apisix-ingress-controller/issues/1547 -- 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 co

[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #454: doc: Fix standalone mode FAQ

2023-01-19 Thread GitBox
tao12345666333 commented on issue #454: URL: https://github.com/apache/apisix-helm-chart/issues/454#issuecomment-1396939889 Thanks! Would you like to open a PR for this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [apisix-docker] shivahnshankar commented on issue #409: Discuss: unable to pull arm64 etcd image correctly on M1 arm arch

2023-01-19 Thread GitBox
shivahnshankar commented on issue #409: URL: https://github.com/apache/apisix-docker/issues/409#issuecomment-1396919772 I even tried `pachyderm/etcd` and `docker/desktop-kubernetes-etcd`. The etcd service starts but the dashboard fails to connect to the service. I am exploring whether th

[GitHub] [apisix-helm-chart] sbrouet opened a new issue, #454: doc: Fix standalone mode FAQ

2023-01-19 Thread GitBox
sbrouet opened a new issue, #454: URL: https://github.com/apache/apisix-helm-chart/issues/454 Hello Team, I spent some time trying to have standalone mode working on Kubernetes. I used information from the official Helm Chart FAQ here: https://github.com/apache/apisix-helm-chart/bl

[GitHub] [apisix] uran0sH commented on issue #5453: request help: proxy-cache plugin, why the cache expiration time cannot be configured dynamically?

2023-01-19 Thread GitBox
uran0sH commented on issue #5453: URL: https://github.com/apache/apisix/issues/5453#issuecomment-1396885215 And I have another question: I modify the value of cache_ttl of proxy_cache to 1s in 'conf/default_config.yaml'. It doesn't work. -- This is an automated message from the Apache Git

[GitHub] [apisix] Cheol-Soon-Choi closed issue #8712: help request: traffic-split setting

2023-01-19 Thread GitBox
Cheol-Soon-Choi closed issue #8712: help request: traffic-split setting URL: https://github.com/apache/apisix/issues/8712 -- 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 uns

[GitHub] [apisix] Cheol-Soon-Choi commented on issue #8712: help request: traffic-split setting

2023-01-19 Thread GitBox
Cheol-Soon-Choi commented on issue #8712: URL: https://github.com/apache/apisix/issues/8712#issuecomment-1396738130 answer is "vars": [ ["http_test", "IN", ["1", "3"]] ] thanks! -- This is an automated message from the Apache Git Service. To respo

[GitHub] [apisix] github-actions[bot] closed issue #3690: Support for AzureAD/OIDC integration with APISIX

2023-01-19 Thread GitBox
github-actions[bot] closed issue #3690: Support for AzureAD/OIDC integration with APISIX URL: https://github.com/apache/apisix/issues/3690 -- 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 specifi

[GitHub] [apisix] github-actions[bot] commented on issue #3690: Support for AzureAD/OIDC integration with APISIX

2023-01-19 Thread GitBox
github-actions[bot] commented on issue #3690: URL: https://github.com/apache/apisix/issues/3690#issuecomment-1396718990 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. -- Th

[GitHub] [apisix] kellyseeme opened a new issue, #8713: when the etcd use dns ,will be some error

2023-01-19 Thread GitBox
kellyseeme opened a new issue, #8713: URL: https://github.com/apache/apisix/issues/8713 ### Description when the etcd connection is use domain,then in two vm cluster there one have some error `2023/01/19 11:09:53 [warn] 10007#10007: *10702332 [lua] v3.lua:716: request_chunk(): htt

[GitHub] [apisix] kellyseeme commented on issue #8702: if etcd is down,the apisix not affect service?

2023-01-19 Thread GitBox
kellyseeme commented on issue #8702: URL: https://github.com/apache/apisix/issues/8702#issuecomment-1396692532 if etcd clsuter is down,the apisix is cache the configuretion ?if this is ,then apisix will have the cache time,so how much time will be affect if etcd cluster down? -- This is

[GitHub] [apisix] Cheol-Soon-Choi opened a new issue, #8712: help request: traffic-split setting

2023-01-19 Thread GitBox
Cheol-Soon-Choi opened a new issue, #8712: URL: https://github.com/apache/apisix/issues/8712 ### Description Referring to "https://github.com/api7/lua-resty-expr#operator-list";, traffic-split was set up. I'd appreciate it if you could check out how to use "in" in vars Attributes.

[GitHub] [apisix] mscb402 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mscb402 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1396640312 I don't know what happens too. Maybe you can try to change `^/food/(.*)$` to `^/food/(.*)`. -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [apisix] mscb402 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mscb402 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1396628735 Look like APISIX still using `/food/v1/dishes` to access your upstream. Look like this plugin does not config correctly. -- This is an automated message from the Apache Git Service.

[GitHub] [apisix] mgonzaga1990 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mgonzaga1990 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1396621439 here is the access.log ``` 172.20.0.1 - - [18/Jan/2023:08:59:51 +] 127.0.0.1:9080 "GET /food/v1/dishes HTTP/1.1" 404 114 0.142 "-" "curl/7.81.0" 192.168.1.78:8090 404

[GitHub] [apisix] mscb402 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mscb402 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1396620177 Okay, Look like this is a DNS error to query httpbin.org. But that's not relevant to your previous question. I just want to know what path the upstream server receives. Httpbin will h

[GitHub] [apisix] mgonzaga1990 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mgonzaga1990 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1396603017 yeah here for the last update you wanted me to do ``` 2023/01/19 08:14:37 [error] 51#51: *458188 [lua] resolver.lua:47: parse_domain(): failed to parse domain: httpbin.o

[GitHub] [apisix] mscb402 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mscb402 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1396600507 I think maybe this is not deployed APISIX right? This should happen. Do you see any error log in APISiX -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [apisix] mgonzaga1990 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mgonzaga1990 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1396595345 ``` json { "uri": "/food/*", "name": "food-route", "methods": [ "GET", "POST", "PUT", "DELETE", "PATCH", "HEAD",

[GitHub] [apisix] mscb402 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mscb402 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1396587217 This is so weird. Can you can upstream the server to `httpbin.org` and access `/food/get` the share what returns for me? -- This is an automated message from the Apache Git Service.

[GitHub] [apisix] mgonzaga1990 commented on issue #8709: help request: Setting up routing path

2023-01-19 Thread GitBox
mgonzaga1990 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1396576223 @mscb402 tried that ![image](https://user-images.githubusercontent.com/21145779/213386420-057f3135-8200-4be2-b47a-ec2417be7c7a.png) ` { "uri": "/food/*", "n