[GitHub] [apisix] chenyyyang commented on issue #2178: Windows Platform how to run APisix, how to debug

2022-07-03 Thread GitBox
chenyyyang commented on issue #2178: URL: https://github.com/apache/apisix/issues/2178#issuecomment-1173030790 Do you have any tutorials about how to install apisix with WSL(ubuntu)? @juzhiyuan @tzssangglass Thank you -- This is an automated message from the Apache Git Service. To

[GitHub] [apisix] chenyyyang commented on issue #5851: request help: how to install in ubuntu

2022-07-03 Thread GitBox
chenyyyang commented on issue #5851: URL: https://github.com/apache/apisix/issues/5851#issuecomment-1173032353 make package type=deb app=apisix version=2.2 checkout=2.2 ls output/ apisix_2.2-0~ubuntu20.04_amd64.deb Hi. @zaunist @tzssangglass @Carson-T I am not sure abo

[GitHub] [apisix] spacewander commented on pull request #7099: init elasticsearch-logger.lua

2022-07-03 Thread GitBox
spacewander commented on PR #7099: URL: https://github.com/apache/apisix/pull/7099#issuecomment-1173069383 Let's merge master to make 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 s

[GitHub] [apisix] spacewander commented on a diff in pull request #7370: feat: add PKCE support to the openid-connect plugin

2022-07-03 Thread GitBox
spacewander commented on code in PR #7370: URL: https://github.com/apache/apisix/pull/7370#discussion_r912477614 ## docs/en/latest/plugins/openid-connect.md: ## @@ -51,6 +51,7 @@ The `openid-connect` Plugin provides authentication and introspection capability | public_key

[GitHub] [apisix] spacewander commented on a diff in pull request #7364: feat: adjust some list uris of V3 API

2022-07-03 Thread GitBox
spacewander commented on code in PR #7364: URL: https://github.com/apache/apisix/pull/7364#discussion_r912478207 ## t/admin/ssls.t: ## @@ -0,0 +1,79 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE fil

[GitHub] [apisix] spacewander commented on a diff in pull request #7366: feat: response body format

2022-07-03 Thread GitBox
spacewander commented on code in PR #7366: URL: https://github.com/apache/apisix/pull/7366#discussion_r912479144 ## t/admin/response_body_format.t: ## @@ -0,0 +1,249 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. S

[GitHub] [apisix] bisakhmondal commented on a diff in pull request #7099: init elasticsearch-logger.lua

2022-07-03 Thread GitBox
bisakhmondal commented on code in PR #7099: URL: https://github.com/apache/apisix/pull/7099#discussion_r912480922 ## t/plugin/elasticsearch-logger.t: ## @@ -0,0 +1,182 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements.

[GitHub] [apisix] juzhiyuan commented on issue #2178: Windows Platform how to run APisix, how to debug

2022-07-03 Thread GitBox
juzhiyuan commented on issue #2178: URL: https://github.com/apache/apisix/issues/2178#issuecomment-1173094329 Hi @chenyyyang, I don't have a windows environment to try this case, but I find two other posts may help you: 1. https://lentimo.medium.com/installing-apache-apisix-on-window

[GitHub] [apisix] juzhiyuan commented on issue #7369: docs: optimize debug mode yaml comments

2022-07-03 Thread GitBox
juzhiyuan commented on issue #7369: URL: https://github.com/apache/apisix/issues/7369#issuecomment-1173099620 Hi @tzssangglass, 1. I would recommend one Chrome extension Grammarly πŸ˜„ It could detect text and fix grammar issues, see ![image](https://user-images.githubuserconte

[GitHub] [apisix-java-plugin-runner] chenyyyang commented on issue #156: request help: java runner is only support epoll or kqueue

2022-07-03 Thread GitBox
chenyyyang commented on issue #156: URL: https://github.com/apache/apisix-java-plugin-runner/issues/156#issuecomment-1173100533 @tzssangglass **Hah, I have solved the above issue via reinstall JDK 11 for X86.** -- This is an automated message from the Apache Git Service. To respo

[GitHub] [apisix] ccxhwmy commented on issue #5837: request: Expect monitoring metrics to add monitoring of nginx shared memory usage

2022-07-03 Thread GitBox
ccxhwmy commented on issue #5837: URL: https://github.com/apache/apisix/issues/5837#issuecomment-1173101117 > > @tzssangglass Could you share your proposal? > > we can use `ngx.shared.DICT.capacity` and `ngx.shared.DICT.free_space` to monitor a `ngx.shared.DICT`? I foun

[GitHub] [apisix-java-plugin-runner] chenyyyang opened a new issue, #161: request help: failed to connect to the unix socket through docker

2022-07-03 Thread GitBox
chenyyyang opened a new issue, #161: URL: https://github.com/apache/apisix-java-plugin-runner/issues/161 After solved the issue [https://github.com/apache/apisix-java-plugin-runner/issues/156] I use docker-compose.yml which file is created by you to start apisix ``` sudo docker-

[GitHub] [apisix] juzhiyuan opened a new issue, #7373: docs: add description for Development environment

2022-07-03 Thread GitBox
juzhiyuan opened a new issue, #7373: URL: https://github.com/apache/apisix/issues/7373 ### Current State Hey πŸ‘‹ I clone this repo to my dev server, but I get confused by mixing the `make install` and `make run` commands. 1. Our document doesn't mention the `make run` command: th

[GitHub] [apisix-java-plugin-runner] chenyyyang commented on issue #161: request help: failed to connect to the unix socket through docker

2022-07-03 Thread GitBox
chenyyyang commented on issue #161: URL: https://github.com/apache/apisix-java-plugin-runner/issues/161#issuecomment-1173105453 in the docker : ``` root@ab0b81f8bdd5:/tmp# socat -d -d - UNIX-LISTEN:/tmp/runner.sock 2022/07/03 14:50:22 socat[128] N reading from and writing to stdio

[GitHub] [apisix-java-plugin-runner] ericluoliu commented on issue #161: request help: failed to connect to the unix socket through docker

2022-07-03 Thread GitBox
ericluoliu commented on issue #161: URL: https://github.com/apache/apisix-java-plugin-runner/issues/161#issuecomment-1173166962 Hi @chenyyyang, I think you cannot use Docker (as it is a separate container) to install apisix if you want to run it alongside java-plugin-runner.

[GitHub] [apisix] juzhiyuan commented on issue #5851: request help: how to install in ubuntu

2022-07-03 Thread GitBox
juzhiyuan commented on issue #5851: URL: https://github.com/apache/apisix/issues/5851#issuecomment-1173226500 Hi @chenyyyang, > use command "make run "to start apisix. The `make run` command is used for Development mode AFAIK. It should be `make deps && make install && apisix s

[GitHub] [apisix-java-plugin-runner] chenyyyang commented on issue #161: request help: failed to connect to the unix socket through docker

2022-07-03 Thread GitBox
chenyyyang commented on issue #161: URL: https://github.com/apache/apisix-java-plugin-runner/issues/161#issuecomment-1173228290 @ericluoliu Sorry, but I'm not sure I understand what you mean by"As you are on M1 mac, you may need to create a CentOS VM." I have to develop java-plugin v

[GitHub] [apisix-website] SkyeYoung opened a new pull request, #1178: fix: features component

2022-07-03 Thread GitBox
SkyeYoung opened a new pull request, #1178: URL: https://github.com/apache/apisix-website/pull/1178 Fixes: #[Add issue number here] Changes: Screenshots of the change: -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix-website] netlify[bot] commented on pull request #1178: fix: features component

2022-07-03 Thread GitBox
netlify[bot] commented on PR #1178: URL: https://github.com/apache/apisix-website/pull/1178#issuecomment-1173231812 ### πŸ‘· Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |πŸ”¨ Latest commit | 15793089

[GitHub] [apisix] juzhiyuan commented on a diff in pull request #7371: docs: update openid-connect attributes description and sync CN doc attributes.

2022-07-03 Thread GitBox
juzhiyuan commented on code in PR #7371: URL: https://github.com/apache/apisix/pull/7371#discussion_r912566867 ## docs/zh/latest/plugins/openid-connect.md: ## @@ -47,13 +47,15 @@ description: ζœ¬ζ–‡δ»‹η»δΊ†ε…³δΊŽ Apache APISIX `openid-connect` ζ’δ»Άηš„εŸΊ | timeout | i

[GitHub] [apisix-website] hf400159 opened a new pull request, #1179: docs: update blog description

2022-07-03 Thread GitBox
hf400159 opened a new pull request, #1179: URL: https://github.com/apache/apisix-website/pull/1179 Fixes: #[Add issue number here] Changes: Screenshots of the change: -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [apisix-website] netlify[bot] commented on pull request #1179: docs: update blog description

2022-07-03 Thread GitBox
netlify[bot] commented on PR #1179: URL: https://github.com/apache/apisix-website/pull/1179#issuecomment-1173236496 ### πŸ‘· Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |πŸ”¨ Latest commit | 813ace37

[GitHub] [apisix-website] hf400159 closed pull request #1179: docs: fix spelling error.

2022-07-03 Thread GitBox
hf400159 closed pull request #1179: docs: fix spelling error. URL: https://github.com/apache/apisix-website/pull/1179 -- 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 unsubsc

[GitHub] [apisix] qihaiyan commented on a diff in pull request #7370: feat: add PKCE support to the openid-connect plugin

2022-07-03 Thread GitBox
qihaiyan commented on code in PR #7370: URL: https://github.com/apache/apisix/pull/7370#discussion_r912569205 ## docs/en/latest/plugins/openid-connect.md: ## @@ -51,6 +51,7 @@ The `openid-connect` Plugin provides authentication and introspection capability | public_key

[GitHub] [apisix-website] hf400159 opened a new pull request, #1180: docs: fix error

2022-07-03 Thread GitBox
hf400159 opened a new pull request, #1180: URL: https://github.com/apache/apisix-website/pull/1180 Fixes: #[Add issue number here] Changes: Screenshots of the change: -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [apisix-website] netlify[bot] commented on pull request #1180: docs: fix error

2022-07-03 Thread GitBox
netlify[bot] commented on PR #1180: URL: https://github.com/apache/apisix-website/pull/1180#issuecomment-1173242587 ### πŸ‘· Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |πŸ”¨ Latest commit | ced54fac

[GitHub] [apisix] soulbird commented on a diff in pull request #7366: feat: response body format

2022-07-03 Thread GitBox
soulbird commented on code in PR #7366: URL: https://github.com/apache/apisix/pull/7366#discussion_r912570775 ## apisix/core/etcd.lua: ## @@ -35,6 +37,55 @@ local is_http = ngx.config.subsystem == "http" local _M = {} +local admin_api_version +local function is_v3() +if

[GitHub] [apisix-website] hf400159 closed pull request #1180: docs: fix error

2022-07-03 Thread GitBox
hf400159 closed pull request #1180: docs: fix error URL: https://github.com/apache/apisix-website/pull/1180 -- 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-ma

[GitHub] [apisix-website] hf400159 opened a new pull request, #1181: docs: correct word errors

2022-07-03 Thread GitBox
hf400159 opened a new pull request, #1181: URL: https://github.com/apache/apisix-website/pull/1181 correct word errors Screenshots of the change: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [apisix-website] netlify[bot] commented on pull request #1181: docs: correct word errors

2022-07-03 Thread GitBox
netlify[bot] commented on PR #1181: URL: https://github.com/apache/apisix-website/pull/1181#issuecomment-1173250352 ### πŸ‘· Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |πŸ”¨ Latest commit | e73fb311

[GitHub] [apisix] soulbird commented on pull request #7370: feat: add PKCE support to the openid-connect plugin

2022-07-03 Thread GitBox
soulbird commented on PR #7370: URL: https://github.com/apache/apisix/pull/7370#issuecomment-1173250920 Need more test cases to show the effect of `use_pkce` set to `true` and `false`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [apisix] caozhi6655 commented on issue #7363: help request: real-ip plugin can't support for grpc proxy

2022-07-03 Thread GitBox
caozhi6655 commented on issue #7363: URL: https://github.com/apache/apisix/issues/7363#issuecomment-1173254929 > Yes I tested it, `ngx.req_set_header` is ok. So we can implement X-Real-IP settings through the` proxy-rewrite` plugin. Like: > > ```json > { > "methods": ["POST"

[GitHub] [apisix] tzssangglass commented on issue #5851: request help: how to install in ubuntu

2022-07-03 Thread GitBox
tzssangglass commented on issue #5851: URL: https://github.com/apache/apisix/issues/5851#issuecomment-1173261681 > apisix_2.2-0~ubuntu20.04_amd64.deb after build deb, we can intsall APISIX from local deb? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix] juzhiyuan merged pull request #7362: docs: Add "configuring APISIX" section to "Installation" docs

2022-07-03 Thread GitBox
juzhiyuan merged PR #7362: URL: https://github.com/apache/apisix/pull/7362 -- 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...@api

[GitHub] [apisix] tzssangglass commented on issue #5837: request: Expect monitoring metrics to add monitoring of nginx shared memory usage

2022-07-03 Thread GitBox
tzssangglass commented on issue #5837: URL: https://github.com/apache/apisix/issues/5837#issuecomment-1173262871 > I found that nginx adopts a way of pre-allocating memory for shared DICT, the smallest granularity is page, ranther than allocat per use. The value of `ngx.shared.DICT.capacity

[apisix] branch master updated: docs: move "configuring APISIX" section to "Installation" docs (#7362)

2022-07-03 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan 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 919ac16d4 docs: move "configuring APISIX" sec

[GitHub] [apisix] Louis2014 commented on issue #7313: help request: Mac M1 make run error

2022-07-03 Thread GitBox
Louis2014 commented on issue #7313: URL: https://github.com/apache/apisix/issues/7313#issuecomment-1173270727 > https://github.com/api7/apisix-build-tools/blob/master/build-apisix-base-debug-centos7.sh Thanks -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [apisix] tzssangglass commented on issue #7369: docs: optimize debug mode yaml comments

2022-07-03 Thread GitBox
tzssangglass commented on issue #7369: URL: https://github.com/apache/apisix/issues/7369#issuecomment-1173271979 > 1. I would recommend one Chrome extension Grammarly πŸ˜„ It could detect text and fix grammar issues, see thanks, I install this extension just now. > 2\. would you l

[GitHub] [apisix-website] bzp2010 merged pull request #1178: fix: features component

2022-07-03 Thread GitBox
bzp2010 merged PR #1178: URL: https://github.com/apache/apisix-website/pull/1178 -- 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.

[apisix-website] branch master updated: fix: features component (#1178)

2022-07-03 Thread bzp2010
This is an automated email from the ASF dual-hosted git repository. bzp2010 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 b4b7ef05f88 fix: features component (#1

[GitHub] [apisix-java-plugin-runner] ericluoliu commented on issue #161: request help: failed to connect to the unix socket through docker

2022-07-03 Thread GitBox
ericluoliu commented on issue #161: URL: https://github.com/apache/apisix-java-plugin-runner/issues/161#issuecomment-1173282393 @chenyyyang To **run** your java-plugins with apisix you cannot use Docker. I used Parallels (https://www.parallels.com/) to setup a centOS virtual machine and

[GitHub] [apisix-ingress-controller] tao12345666333 commented on pull request #1101: feat: ingress annotations support enable websocket

2022-07-03 Thread GitBox
tao12345666333 commented on PR #1101: URL: https://github.com/apache/apisix-ingress-controller/pull/1101#issuecomment-1173283493 Thanks. It's on my list. I will finish review today. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [apisix] tzssangglass commented on a diff in pull request #7364: feat: adjust some list uris of V3 API

2022-07-03 Thread GitBox
tzssangglass commented on code in PR #7364: URL: https://github.com/apache/apisix/pull/7364#discussion_r912592426 ## t/admin/ssls.t: ## @@ -0,0 +1,79 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE fi

[GitHub] [apisix-website] juzhiyuan merged pull request #1174: docs: updated and new upcoming events

2022-07-03 Thread GitBox
juzhiyuan merged PR #1174: URL: https://github.com/apache/apisix-website/pull/1174 -- 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

[apisix-website] branch master updated: docs: update new upcoming events (#1174)

2022-07-03 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan 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 d7d1b9b76a0 docs: update new upcoming

[GitHub] [apisix] tzssangglass commented on a diff in pull request #7364: feat: adjust some list uris of V3 API

2022-07-03 Thread GitBox
tzssangglass commented on code in PR #7364: URL: https://github.com/apache/apisix/pull/7364#discussion_r912593169 ## t/admin/ssls.t: ## @@ -0,0 +1,79 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE fi

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #2472: docs: update deploy-with-docker.md

2022-07-03 Thread GitBox
juzhiyuan merged PR #2472: URL: https://github.com/apache/apisix-dashboard/pull/2472 -- 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-unsub

[apisix-dashboard] branch master updated: docs: update deploy-with-docker.md (#2472)

2022-07-03 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan 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 36f1ba9a docs: update deploy-with-d

[GitHub] [apisix] michaelh1355 commented on issue #7283: help request:

2022-07-03 Thread GitBox
michaelh1355 commented on issue #7283: URL: https://github.com/apache/apisix/issues/7283#issuecomment-1173293523 thank you @moonming -- 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

[GitHub] [apisix-ingress-controller] Belyenochi commented on pull request #918: feat: support stream route plugin

2022-07-03 Thread GitBox
Belyenochi commented on PR #918: URL: https://github.com/apache/apisix-ingress-controller/pull/918#issuecomment-1173296166 Sorry I've been a little busy lately, I'll improve this PR in this week. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [apisix] navendu-pottekkat commented on issue #7369: docs: optimize debug mode yaml comments

2022-07-03 Thread GitBox
navendu-pottekkat commented on issue #7369: URL: https://github.com/apache/apisix/issues/7369#issuecomment-1173297057 This would be good. @avinal is also working on improving inline documentation like this. PS: I'm currently working on a proposal that would update all the docs in the "Archi

[GitHub] [apisix-ingress-controller] AlinsRan opened a new issue, #1129: test: Remove `time.Sleep` and replace with poll

2022-07-03 Thread GitBox
AlinsRan opened a new issue, #1129: URL: https://github.com/apache/apisix-ingress-controller/issues/1129 To do list: - [ ] suite-annotations - [ ] suite-ingress - [ ] suite-plugins - [ ] suite-features -- This is an automated message from the Apache Git Service. To respond

[GitHub] [apisix] tzssangglass commented on a diff in pull request #7366: feat: response body format

2022-07-03 Thread GitBox
tzssangglass commented on code in PR #7366: URL: https://github.com/apache/apisix/pull/7366#discussion_r912601006 ## apisix/core/etcd.lua: ## @@ -35,6 +37,55 @@ local is_http = ngx.config.subsystem == "http" local _M = {} +local admin_api_version +local function is_v3() +

[GitHub] [apisix] navendu-pottekkat commented on issue #7373: docs: add description for Development environment

2022-07-03 Thread GitBox
navendu-pottekkat commented on issue #7373: URL: https://github.com/apache/apisix/issues/7373#issuecomment-1173300106 If you follow the documentation (https://apisix.apache.org/docs/apisix/next/building-apisix) you should have `apisix` installed and `apisix init` and `apisix start` should w

[GitHub] [apisix] tzssangglass commented on a diff in pull request #7366: feat: response body format

2022-07-03 Thread GitBox
tzssangglass commented on code in PR #7366: URL: https://github.com/apache/apisix/pull/7366#discussion_r912602529 ## apisix/core/etcd.lua: ## @@ -35,6 +37,55 @@ local is_http = ngx.config.subsystem == "http" local _M = {} +local admin_api_version +local function is_v3() +

[GitHub] [apisix-website] yzeng25 merged pull request #1181: docs: correct word errors

2022-07-03 Thread GitBox
yzeng25 merged PR #1181: URL: https://github.com/apache/apisix-website/pull/1181 -- 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.

[apisix-website] branch master updated: docs: correct word errors (#1181)

2022-07-03 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 948f9680fb2 docs: correct word errors

[GitHub] [apisix] spacewander merged pull request #7364: feat: adjust some list uris of V3 API

2022-07-03 Thread GitBox
spacewander merged PR #7364: URL: https://github.com/apache/apisix/pull/7364 -- 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...@a

[apisix] branch next updated: feat: adjust some list uris of V3 API (#7364)

2022-07-03 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/apisix.git The following commit(s) were added to refs/heads/next by this push: new 394890dc6 feat: adjust some list uris of V3 API

[GitHub] [apisix-java-plugin-runner] tzssangglass commented on issue #161: request help: failed to connect to the unix socket through docker

2022-07-03 Thread GitBox
tzssangglass commented on issue #161: URL: https://github.com/apache/apisix-java-plugin-runner/issues/161#issuecomment-1173308140 > Sorry, but I'm not sure I understand what you mean by"As you are on M1 mac, you may need to create a CentOS VM." What he means is that it is recommended

[GitHub] [apisix] tzssangglass commented on issue #6694: bug: using DNS discovery SRV and CHash algorithm can't work like node upstream type

2022-07-03 Thread GitBox
tzssangglass commented on issue #6694: URL: https://github.com/apache/apisix/issues/6694#issuecomment-1173316698 > Which version of consul did you use in this case? consul version Consul v1.12.2 Revision 19041f20 > And when you dug the DNS search repeated, did consul retu

[GitHub] [apisix] tzssangglass commented on issue #6694: bug: using DNS discovery SRV and CHash algorithm can't work like node upstream type

2022-07-03 Thread GitBox
tzssangglass commented on issue #6694: URL: https://github.com/apache/apisix/issues/6694#issuecomment-1173319136 BTW, I used the master branch to test. -- 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 g

[GitHub] [apisix] tzssangglass commented on issue #7283: help request: deploy Dapr with APISIX

2022-07-03 Thread GitBox
tzssangglass commented on issue #7283: URL: https://github.com/apache/apisix/issues/7283#issuecomment-1173323071 Considered solved, feel free to reopen this if needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [apisix] tzssangglass closed issue #7283: help request: deploy Dapr with APISIX

2022-07-03 Thread GitBox
tzssangglass closed issue #7283: help request: deploy Dapr with APISIX URL: https://github.com/apache/apisix/issues/7283 -- 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 unsu

[GitHub] [apisix] tzssangglass commented on pull request #3220: fix: APISIX runs in the `/root` directory and reports errors

2022-07-03 Thread GitBox
tzssangglass commented on PR #3220: URL: https://github.com/apache/apisix/pull/3220#issuecomment-1173325300 > I think this only solves the permission problem of apisix deployed under `/root`, if I deploy it under `/home/work1` and I use work2 as user, the problem still exists. Obviou

[GitHub] [apisix-ingress-controller] codecov-commenter commented on pull request #1113: chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.8.0 in /test/e2e

2022-07-03 Thread GitBox
codecov-commenter commented on PR #1113: URL: https://github.com/apache/apisix-ingress-controller/pull/1113#issuecomment-1173337038 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1113?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaig

[GitHub] [apisix] jujiale opened a new issue, #7375: bug: limit-count plugin,"group" peoperty result in 404 code

2022-07-03 Thread GitBox
jujiale opened a new issue, #7375: URL: https://github.com/apache/apisix/issues/7375 ### Current Behavior hello , when I use limit count plugin, I add two routes in etcd,the config like this below route A: ` {"id":"414182934216442808","create_time":1656401866,"update_time":1

[GitHub] [apisix-ingress-controller] wolgod commented on issue #1124: request help: APISIX Ingress namespaceSelector and appNamespaces

2022-07-03 Thread GitBox
wolgod commented on issue #1124: URL: https://github.com/apache/apisix-ingress-controller/issues/1124#issuecomment-1173344543 My test scenario is that when I cancel the label of an ns, I find that I can still listen to the events of apisixroute under this ns ` func (c *namespaceContro

[GitHub] [apisix-website] SkyeYoung opened a new pull request, #1182: refactor: OpensourcePromo

2022-07-03 Thread GitBox
SkyeYoung opened a new pull request, #1182: URL: https://github.com/apache/apisix-website/pull/1182 Fixes: #[Add issue number here] Changes: Screenshots of the change: -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix-website] netlify[bot] commented on pull request #1182: refactor: OpensourcePromo

2022-07-03 Thread GitBox
netlify[bot] commented on PR #1182: URL: https://github.com/apache/apisix-website/pull/1182#issuecomment-1173347633 ### πŸ‘· Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |πŸ”¨ Latest commit | fcb47ccc

[GitHub] [apisix-ingress-controller] tao12345666333 commented on pull request #1115: chore(deps): bump go.uber.org/multierr from 1.7.0 to 1.8.0

2022-07-03 Thread GitBox
tao12345666333 commented on PR #1115: URL: https://github.com/apache/apisix-ingress-controller/pull/1115#issuecomment-1173357045 @dependabot rebase -- 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 t

[GitHub] [apisix-ingress-controller] dependabot[bot] commented on pull request #1115: chore(deps): bump go.uber.org/multierr from 1.7.0 to 1.8.0

2022-07-03 Thread GitBox
dependabot[bot] commented on PR #1115: URL: https://github.com/apache/apisix-ingress-controller/pull/1115#issuecomment-1173357058 Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request `@dependabot recre

[GitHub] [apisix] juzhiyuan commented on issue #7373: docs: add description for Development environment

2022-07-03 Thread GitBox
juzhiyuan commented on issue #7373: URL: https://github.com/apache/apisix/issues/7373#issuecomment-1173376596 > This whole documentation is the recommended way to develop APISIX. I agree with this, but @bzp2010 recommended me to use `make run` on Development instead :) -- This is

[GitHub] [apisix] spacewander merged pull request #7367: fix: error handling in core.etcd.server_version

2022-07-03 Thread GitBox
spacewander merged PR #7367: URL: https://github.com/apache/apisix/pull/7367 -- 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...@a

[apisix] branch master updated: fix: error handling in core.etcd.server_version (#7367)

2022-07-03 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander 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 bdf71aea4 fix: error handling in core.etcd.

[GitHub] [apisix-dashboard] bzp2010 opened a new issue, #2495: feat: add raw data import and export support

2022-07-03 Thread GitBox
bzp2010 opened a new issue, #2495: URL: https://github.com/apache/apisix-dashboard/issues/2495 # Feature request ## Please describe your feature We currently support OpenAPI3 data import support, which is based on the DataLoader interface. The DataLoader interface provides good

[GitHub] [apisix-website] bzp2010 merged pull request #1182: refactor: OpensourcePromo

2022-07-03 Thread GitBox
bzp2010 merged PR #1182: URL: https://github.com/apache/apisix-website/pull/1182 -- 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.

[apisix-website] branch master updated: refactor: OpensourcePromo (#1182)

2022-07-03 Thread bzp2010
This is an automated email from the ASF dual-hosted git repository. bzp2010 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 073cf3e150e refactor: OpensourcePromo (

[GitHub] [apisix] spacewander commented on a diff in pull request #7370: feat: add PKCE support to the openid-connect plugin

2022-07-03 Thread GitBox
spacewander commented on code in PR #7370: URL: https://github.com/apache/apisix/pull/7370#discussion_r912650907 ## docs/en/latest/plugins/openid-connect.md: ## @@ -51,6 +51,7 @@ The `openid-connect` Plugin provides authentication and introspection capability | public_key

[GitHub] [apisix] spacewander closed issue #7363: help request: real-ip plugin can't support for grpc proxy

2022-07-03 Thread GitBox
spacewander closed issue #7363: help request: real-ip plugin can't support for grpc proxy URL: https://github.com/apache/apisix/issues/7363 -- 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 specif

[GitHub] [apisix] spacewander commented on issue #7363: help request: real-ip plugin can't support for grpc proxy

2022-07-03 Thread GitBox
spacewander commented on issue #7363: URL: https://github.com/apache/apisix/issues/7363#issuecomment-1173386055 Consider solved. Feel free to reopen it if needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [apisix] navendu-pottekkat commented on issue #7373: docs: add description for Development environment

2022-07-03 Thread GitBox
navendu-pottekkat commented on issue #7373: URL: https://github.com/apache/apisix/issues/7373#issuecomment-1173386451 @juzhiyuan It might be because the makefile sets the correct path to the APISIX binary. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [apisix] navendu-pottekkat commented on issue #7368: docs: support API Reference for better experience

2022-07-03 Thread GitBox
navendu-pottekkat commented on issue #7368: URL: https://github.com/apache/apisix/issues/7368#issuecomment-1173386916 @juzhiyuan These are great if we are complying with OpenAPI specs. We can use the Plugin you shared above to automatically generate docs. It might take some configuration to

[GitHub] [apisix-website] SkyeYoung opened a new pull request, #1183: fix: ospromo, endcta style below 1500px

2022-07-03 Thread GitBox
SkyeYoung opened a new pull request, #1183: URL: https://github.com/apache/apisix-website/pull/1183 Fixes: #[Add issue number here] Changes: Screenshots of the change: -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix-website] netlify[bot] commented on pull request #1183: fix: ospromo, endcta style below 1500px

2022-07-03 Thread GitBox
netlify[bot] commented on PR #1183: URL: https://github.com/apache/apisix-website/pull/1183#issuecomment-1173389152 ### πŸ‘· Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |πŸ”¨ Latest commit | 95a7b599

[GitHub] [apisix] ccxhwmy commented on issue #5837: request: Expect monitoring metrics to add monitoring of nginx shared memory usage

2022-07-03 Thread GitBox
ccxhwmy commented on issue #5837: URL: https://github.com/apache/apisix/issues/5837#issuecomment-1173399044 > > I found that nginx adopts a way of pre-allocating memory for shared DICT, the smallest granularity is page, ranther than allocat per use. The value of `ngx.shared.DICT.capacity` i

[GitHub] [apisix-website] bzp2010 merged pull request #1183: fix: ospromo, endcta style below 1500px

2022-07-03 Thread GitBox
bzp2010 merged PR #1183: URL: https://github.com/apache/apisix-website/pull/1183 -- 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.

[apisix-website] branch master updated: fix: ospromo, endcta style below 1500px (#1183)

2022-07-03 Thread bzp2010
This is an automated email from the ASF dual-hosted git repository. bzp2010 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 510adf68ade fix: ospromo, endcta style

[GitHub] [apisix] snksos commented on issue #6954: request help: why the location in response header that returned by APISIX has the 9443 port?

2022-07-03 Thread GitBox
snksos commented on issue #6954: URL: https://github.com/apache/apisix/issues/6954#issuecomment-1173405822 https://apisix.apache.org/docs/apisix/plugins/redirect#example-usage -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [apisix] SkyeYoung commented on issue #7368: docs: support API Reference for better experience

2022-07-03 Thread GitBox
SkyeYoung commented on issue #7368: URL: https://github.com/apache/apisix/issues/7368#issuecomment-1173419174 Do we have these files? https://redocusaurus.vercel.app/docs/getting-started/Installation https://user-images.githubusercontent.com/48400568/177097205-813559c4-9f24-4790-9473-4

[GitHub] [apisix] juzhiyuan opened a new issue, #7376: bug: "make reload" doesn't regenerate /logs/nginx.conf

2022-07-03 Thread GitBox
juzhiyuan opened a new issue, #7376: URL: https://github.com/apache/apisix/issues/7376 ### Current Behavior When executing the `make reload` command, it doesn't regenerate the `/logs/nginx.conf` file, we have to use `make quit && make run` to generate the new one. ### Expected