[GitHub] [apisix-website] juzhiyuan commented on a change in pull request #776: docs: add contribution guidelines

2021-11-28 Thread GitBox
juzhiyuan commented on a change in pull request #776: URL: https://github.com/apache/apisix-website/pull/776#discussion_r758026372 ## File path: CONTRIBUTING.md ## @@ -0,0 +1,338 @@ +# Apache APISIX Blog Contributing Guide + +## Overview + +Welcome to Apache APISIX's website an

[GitHub] [apisix] tzssangglass commented on issue #5607: bug: traffic-split err

2021-11-28 Thread GitBox
tzssangglass commented on issue #5607: URL: https://github.com/apache/apisix/issues/5607#issuecomment-981285251 I cannot reproduce your error on the master branch, here are the steps I took to reproduce it 1. add upstream ```shell curl --location --request PUT 'http://127.

[GitHub] [apisix] tzssangglass commented on issue #5607: bug: traffic-split err

2021-11-28 Thread GitBox
tzssangglass commented on issue #5607: URL: https://github.com/apache/apisix/issues/5607#issuecomment-981285991 is your upstream `382981468860712334 ` or `382981255605519758 ` exist? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [apisix] tzssangglass commented on issue #5607: bug: traffic-split err

2021-11-28 Thread GitBox
tzssangglass commented on issue #5607: URL: https://github.com/apache/apisix/issues/5607#issuecomment-981287621 the upstream is `382981255605519758` looks strange, what have you done anything with this upstream? -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [apisix-ingress-controller] GhangZh commented on issue #767: request help: ingress forward auth

2021-11-28 Thread GitBox
GhangZh commented on issue #767: URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-981292526 > I would like to implement a custom plugin to support it , but I found that I can use severless plugin for custom authentication , But I see the serverless pl

[apisix] tag 2.11.0 created (now a694c4d)

2021-11-28 Thread sunyi
This is an automated email from the ASF dual-hosted git repository. sunyi pushed a change to tag 2.11.0 in repository https://gitbox.apache.org/repos/asf/apisix.git. at a694c4d (commit) No new revisions were added by this update.

[GitHub] [apisix-helm-chart] webup commented on a change in pull request #183: feat(apisix): add service monitor support

2021-11-28 Thread GitBox
webup commented on a change in pull request #183: URL: https://github.com/apache/apisix-helm-chart/pull/183#discussion_r758051260 ## File path: charts/apisix/templates/configmap.yaml ## @@ -226,6 +226,13 @@ data: {{- if .Values.customPlugins.enabled }} plugin_attr:

[GitHub] [apisix-java-plugin-runner] arabot777 opened a new issue #91: request help: when reload apisix, the java service will be restarted too, and during this period, it is not available.

2021-11-28 Thread GitBox
arabot777 opened a new issue #91: URL: https://github.com/apache/apisix-java-plugin-runner/issues/91 ### Issue description when reload apisix, the java service will be reload too, and during this period, apisix is not available(return 503). Is there a better solution? running java ser

[GitHub] [apisix] shuaijinchao edited a comment on issue #5474: proposal: support google cloud logging service plugin

2021-11-28 Thread GitBox
shuaijinchao edited a comment on issue #5474: URL: https://github.com/apache/apisix/issues/5474#issuecomment-965962436 Name plugin name is: `google-cloud-logging` Configuration ```json { "inactive_timeout":10, "max_retry_count":0, "bu

[GitHub] [apisix] tzssangglass commented on issue #5425: request help: How to best handle oidc providers that do not support introspection endpoints?

2021-11-28 Thread GitBox
tzssangglass commented on issue #5425: URL: https://github.com/apache/apisix/issues/5425#issuecomment-981321037 It sounds different. This issue is about using jwks with openid-connect to authenticate a JWT. -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [apisix] dongyudan opened a new issue #5633: bug: enable skywalking plugin , the route rewrite is not affected

2021-11-28 Thread GitBox
dongyudan opened a new issue #5633: URL: https://github.com/apache/apisix/issues/5633 ### Issue description **1、route instance properties** { "uri": "/sk2/hello", "name": "test skywalking", "methods": [ "GET", "POST", "PUT", "DELETE",

[GitHub] [apisix] starsz opened a new issue #5634: request help: support get the key from function in limit-* plugins

2021-11-28 Thread GitBox
starsz opened a new issue #5634: URL: https://github.com/apache/apisix/issues/5634 ### Issue description Hi, Now, I see we had support `var`, `var_combination` in apisix limit-* plugins yet. I think we can support a type like `function` so that we can write some logic as a fu

[apisix] branch master updated: feat: faas plugin refactoring with url path forwarding (#5616)

2021-11-28 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 8f0b066 feat: faas plugin refactoring with

[GitHub] [apisix] spacewander merged pull request #5616: feat: faas plugin refactoring with url path forwarding

2021-11-28 Thread GitBox
spacewander merged pull request #5616: URL: https://github.com/apache/apisix/pull/5616 -- 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: notificatio

[GitHub] [apisix] spacewander commented on issue #5634: request help: support get the key from function in limit-* plugins

2021-11-28 Thread GitBox
spacewander commented on issue #5634: URL: https://github.com/apache/apisix/issues/5634#issuecomment-981329670 What about allowing user to register their var in https://github.com/apache/apisix/blob/8f0b066c86257ad6af19f9b3b7e209ece95d17c9/apisix/core/ctx.lua#L147? -- This is an automate

[GitHub] [apisix-ingress-controller] GhangZh removed a comment on issue #767: request help: ingress forward auth

2021-11-28 Thread GitBox
GhangZh removed a comment on issue #767: URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-981292526 > I would like to implement a custom plugin to support it , but I found that I can use severless plugin for custom authentication , But I see the server

[GitHub] [apisix-ingress-controller] GhangZh commented on issue #767: request help: ingress forward auth

2021-11-28 Thread GitBox
GhangZh commented on issue #767: URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-981330167 > > > Hi, > > > These annotations are not parsed by APISIX Ingress Controller, and what's more, the underlying APISIX doesn't support the forward auth feature.

[GitHub] [apisix] spacewander opened a new pull request #5635: refactor: exact APISIX vars

2021-11-28 Thread GitBox
spacewander opened a new pull request #5635: URL: https://github.com/apache/apisix/pull/5635 Signed-off-by: spacewander ### What this PR does / why we need it: ### Pre-submission checklist: * [x] Did you explain what problem does this PR solve? Or what n

[GitHub] [apisix-website] yzeng25 commented on a change in pull request #776: docs: add contribution guidelines

2021-11-28 Thread GitBox
yzeng25 commented on a change in pull request #776: URL: https://github.com/apache/apisix-website/pull/776#discussion_r758064397 ## File path: CONTRIBUTING.md ## @@ -0,0 +1,338 @@ +# Apache APISIX Blog Contributing Guide Review comment: Ok I will move this document und

[GitHub] [apisix-website] yzeng25 commented on a change in pull request #776: docs: add contribution guidelines

2021-11-28 Thread GitBox
yzeng25 commented on a change in pull request #776: URL: https://github.com/apache/apisix-website/pull/776#discussion_r758082999 ## File path: CONTRIBUTING.md ## @@ -0,0 +1,338 @@ +# Apache APISIX Blog Contributing Guide + +## Overview + +Welcome to Apache APISIX's website and

[GitHub] [apisix] shuaijinchao opened a new issue #5636: proposal: support splunk hec logging plugin

2021-11-28 Thread GitBox
shuaijinchao opened a new issue #5636: URL: https://github.com/apache/apisix/issues/5636 ### Issue description Splunk is a machine data search engine. According to the latest database search engine ranking [1], Splunk has been ranked second, and Splunk can be used to collect, index

<    1   2