JohnnyQianP commented on issue #272:
URL:
https://github.com/apache/apisix-helm-chart/issues/272#issuecomment-1107377784

In the pod, etcd has an error, what's the meaning๏ผ
nic-6443 commented on PR #6892:
URL: https://github.com/apache/apisix/pull/6892#issuecomment-1107366051
@spacewander
I got the reason why the `t/node/route-delete.t` test failed. When the last
chunk in an event only has a newline, it will cause a delay in event
processing. I have submit
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
discard 7dc133ec3e6 deploy: 0d46af8075cb69f455810d40147baef947077d56
new 270eaf99dd4 deploy: 0d46af8075cb69
tzssangglass commented on issue #6890:
URL: https://github.com/apache/apisix/issues/6890#issuecomment-1107360550
You can refer to the author of this issue #6834, he provides great
reproduction steps, I followed his reproduction steps to locate the problem
very accurately and quickly.
--
tzssangglass commented on issue #6890:
URL: https://github.com/apache/apisix/issues/6890#issuecomment-1107359933
> I hope this helps to understand our use of case
The architecture diagram is useful, but the reproduction steps need to be
provided so that I can reproduce your problem lo
tao12345666333 commented on issue #272:
URL:
https://github.com/apache/apisix-helm-chart/issues/272#issuecomment-1107353596
There is already a clear message
Failed to bind volumes
in the error log.
You should check your environments, PV,PVC,SC
--
This is
JohnnyQianP commented on issue #272:
URL:
https://github.com/apache/apisix-helm-chart/issues/272#issuecomment-1107349261

@tao12345666333
I check it below:
```
kubectl
tao12345666333 commented on issue #271:
URL:
https://github.com/apache/apisix-helm-chart/issues/271#issuecomment-1106707710
And you can just run `kubectl get sts -n default` , check if `apisix-etcd`
exists.
--
This is an automated message from the Apache Git Service.
To respond to the me
JohnnyQianP opened a new issue, #272:
URL: https://github.com/apache/apisix-helm-chart/issues/272

```
# kubectl get pods -n ingress-apisix
NAME REA
nfrankel commented on issue #1048:
URL:
https://github.com/apache/apisix-website/issues/1048#issuecomment-1106633824
>But as it turns out, I never got what I wanted.๐
Indeed. So we need a list of requirements and check which ecosystem allows
us to write the less code in the most comf
SkyeYoung commented on issue #1048:
URL:
https://github.com/apache/apisix-website/issues/1048#issuecomment-1106631323
> Either it's close to instant or it's not. For static websites generator,
I'm more interested in the richness of the ecosystem.
I can understand that. The metrics wi
nfrankel commented on issue #1048:
URL:
https://github.com/apache/apisix-website/issues/1048#issuecomment-110662
>Because, I don't know if I'll offend you, I still think it's a bit slow, I
wish it had a build time of two minutes or less (Measured by the number of your
posts). ๐ณ
SkyeYoung commented on issue #1048:
URL:
https://github.com/apache/apisix-website/issues/1048#issuecomment-1106620958
> You don't need to write code. It's like saying that you need to know PHP
to use WordPress.
In fact, this is the problem, IMO.๐
I've used Wordpress, Ghost, He
nfrankel commented on issue #1048:
URL:
https://github.com/apache/apisix-website/issues/1048#issuecomment-1106591828
>E, I think AsciiDoc is a format, and Asciidoctor is a tool chain. (I
don't really know it ๐
)
Correct.
>I was very concerned about whether using Ruby
tao12345666333 closed issue #271: help request: install apisix by helm in K8S
URL: https://github.com/apache/apisix-helm-chart/issues/271
--
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
tao12345666333 commented on issue #271:
URL:
https://github.com/apache/apisix-helm-chart/issues/271#issuecomment-1106537203
You can run
```
helm list
```
Show all releases in current namespace.
Then
```
helm delete apisix
```
And re-run h
ignaciostellino commented on issue #6890:
URL: https://github.com/apache/apisix/issues/6890#issuecomment-1106524305
> > > @ignaciostellino Could you describe the case in a more detailed way,
we need at least the following information to help you:
> > >
> > > 1. What do the APIs look l
JohnnyQianP opened a new issue, #6913:
URL: https://github.com/apache/apisix/issues/6913
### Description
helm3 install apisix apisix/apisix
Error: rendered manifests contain a resource that already exists. Unable to
continue with install: StatefulSet "apisix-etcd" in namespace "def
SkyeYoung commented on issue #1048:
URL:
https://github.com/apache/apisix-website/issues/1048#issuecomment-1106447290
> One thing we have to make sure is that when we create a new site, we
should make sure that the website looks same. Like it should not feel like the
blogs are different si
hf400159 opened a new issue, #6912:
URL: https://github.com/apache/apisix/issues/6912
### Current State
In fact, in each plug-in of APISIX, there is a property table, such as the
following figure. But this has a problem, for example, the `Default` and `Valid
values` columns are mostl
SkyeYoung commented on issue #1048:
URL:
https://github.com/apache/apisix-website/issues/1048#issuecomment-1106440056
> > But as for the blog program to be used, we would like to get some
suggestions. The options that are already under consideration are:
> >
> > * [Hexo](https://hexo
navendu-pottekkat commented on code in PR #6911:
URL: https://github.com/apache/apisix/pull/6911#discussion_r856153546
##
docs/en/latest/plugins/public-api.md:
##
@@ -23,31 +29,28 @@ title: public-api
## Description
-The `public-api` plugin is used to enhance the plugin pub
navendu-pottekkat commented on code in PR #6911:
URL: https://github.com/apache/apisix/pull/6911#discussion_r856153415
##
docs/en/latest/plugins/public-api.md:
##
@@ -23,31 +29,28 @@ title: public-api
## Description
-The `public-api` plugin is used to enhance the plugin pub
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 76623073c docs: update "uri-blocker" Plugin
spacewander merged PR #6882:
URL: https://github.com/apache/apisix/pull/6882
--
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
spacewander commented on code in PR #6908:
URL: https://github.com/apache/apisix/pull/6908#discussion_r856146635
##
t/plugin/referer-restriction.t:
##
@@ -173,7 +173,6 @@ hello world
local cases = {
"x.*",
"~y.xn",
-
This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
from 612b2a6cb docs: update "cors" docs (#6877)
add 72274b4da docs: update "ua-restriction" Plugin docs (#6884)
spacewander merged PR #6884:
URL: https://github.com/apache/apisix/pull/6884
--
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
This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
from bf5585a97 fix: the client verify flag might not be set (#6906)
add 612b2a6cb docs: update "cors" docs (#6877
spacewander merged PR #6877:
URL: https://github.com/apache/apisix/pull/6877
--
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
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 bf5585a97 fix: the client verify flag might
spacewander closed issue #6896: bug: mtls does not take effect
URL: https://github.com/apache/apisix/issues/6896
--
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,
spacewander merged PR #6906:
URL: https://github.com/apache/apisix/pull/6906
--
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
tokers commented on PR #6906:
URL: https://github.com/apache/apisix/pull/6906#issuecomment-1106419057
> > Anyway to test the fix?
>
>
>
> Not so easy to do it.
What about writing the case in shell? And use curl to send two requests.
--
This is an automated message fro
hf400159 closed issue #6833: docs: modify the Chinese version docs.
URL: https://github.com/apache/apisix/issues/6833
--
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
hf400159 commented on code in PR #6911:
URL: https://github.com/apache/apisix/pull/6911#discussion_r856110494
##
docs/en/latest/plugins/public-api.md:
##
@@ -23,31 +29,28 @@ title: public-api
## Description
-The `public-api` plugin is used to enhance the plugin public API a
spacewander commented on PR #6906:
URL: https://github.com/apache/apisix/pull/6906#issuecomment-1106345443
> Anyway to test the fix?
Not so easy to do it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
jwrookie commented on code in PR #975:
URL:
https://github.com/apache/apisix-ingress-controller/pull/975#discussion_r856064328
##
test/e2e/suite-annotations/redirect.go:
##
@@ -119,4 +120,203 @@ spec:
resp.Status(http.StatusMovedPermanently)
resp
tao12345666333 commented on code in PR #975:
URL:
https://github.com/apache/apisix-ingress-controller/pull/975#discussion_r856062133
##
test/e2e/suite-annotations/redirect.go:
##
@@ -119,4 +120,203 @@ spec:
resp.Status(http.StatusMovedPermanently)
tao12345666333 commented on issue #979:
URL:
https://github.com/apache/apisix-ingress-controller/issues/979#issuecomment-1106335034
We are in the process of releasing v1.4.1 #980
I will try to reproduce the issue after the release process is over
--
This is an automated message from t
AlinsRan commented on code in PR #975:
URL:
https://github.com/apache/apisix-ingress-controller/pull/975#discussion_r856058039
##
test/e2e/suite-annotations/redirect.go:
##
@@ -119,4 +120,203 @@ spec:
resp.Status(http.StatusMovedPermanently)
resp
tao12345666333 closed issue #974: bug: plugin config in APISIX but do not in
declare yaml
URL: https://github.com/apache/apisix-ingress-controller/issues/974
--
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 t
tao12345666333 commented on issue #974:
URL:
https://github.com/apache/apisix-ingress-controller/issues/974#issuecomment-1106332279
After v1.4.1 is released, you can upgrade to fix this issue. I will close
this issue, we will track it with #980
--
This is an automated message from the Ap
tao12345666333 commented on issue #974:
URL:
https://github.com/apache/apisix-ingress-controller/issues/974#issuecomment-1106331315
@GhangZh After discussions we decided to release v1.4.1 #980
--
This is an automated message from the Apache Git Service.
To respond to the message, please
github-actions[bot] closed issue #4101: request help: How can I add passive
health check to discovery register
URL: https://github.com/apache/apisix/issues/4101
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
github-actions[bot] commented on issue #4101:
URL: https://github.com/apache/apisix/issues/4101#issuecomment-1106329662
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
nfrankel commented on issue #1048:
URL:
https://github.com/apache/apisix-website/issues/1048#issuecomment-1106329631
>But as for the blog program to be used, we would like to get some
suggestions. The options that are already under consideration are:
>
>* [Hexo](https://hexo.io/)
>
navendu-pottekkat commented on issue #1048:
URL:
https://github.com/apache/apisix-website/issues/1048#issuecomment-1106322972
I would suggest using Hugo. I may be biased because I am a Hugo user in my
personal blogs and other projects. Hugo is fast and easy. There are even good
themes. It
juzhiyuan commented on PR #972:
URL:
https://github.com/apache/apisix-ingress-controller/pull/972#issuecomment-1106282580
And @navendu-pottekkat, also this one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
juzhiyuan commented on PR #973:
URL:
https://github.com/apache/apisix-ingress-controller/pull/973#issuecomment-1106281807
Hi, @navendu-pottekkat, please have a review once more when you have time :)
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
Chever-John commented on code in PR #976:
URL:
https://github.com/apache/apisix-ingress-controller/pull/976#discussion_r855999690
##
test/e2e/suite-plugins/referer-restriction.go:
##
@@ -101,6 +101,125 @@ spec:
resp.Body().Contains("Your referer host is not allo
Chever-John commented on code in PR #976:
URL:
https://github.com/apache/apisix-ingress-controller/pull/976#discussion_r855998506
##
test/e2e/suite-plugins/referer-restriction.go:
##
@@ -101,6 +101,125 @@ spec:
resp.Body().Contains("Your referer host is not allo
Chever-John commented on code in PR #976:
URL:
https://github.com/apache/apisix-ingress-controller/pull/976#discussion_r855997910
##
test/e2e/suite-plugins/referer-restriction.go:
##
@@ -101,6 +101,125 @@ spec:
resp.Body().Contains("Your referer host is not allo
Chever-John commented on code in PR #976:
URL:
https://github.com/apache/apisix-ingress-controller/pull/976#discussion_r855995354
##
test/e2e/suite-plugins/referer-restriction.go:
##
@@ -101,6 +101,125 @@ spec:
resp.Body().Contains("Your referer host is not allo
juzhiyuan commented on code in PR #6883:
URL: https://github.com/apache/apisix/pull/6883#discussion_r855989001
##
docs/en/latest/plugins/ip-restriction.md:
##
@@ -1,5 +1,11 @@
---
title: ip-restriction
+keywords:
+ - APISIX
+ - Plugin
+ - IP restriction
+ - ip-restriction
Chever-John commented on code in PR #976:
URL:
https://github.com/apache/apisix-ingress-controller/pull/976#discussion_r855986209
##
test/e2e/suite-plugins/referer-restriction.go:
##
@@ -101,6 +101,125 @@ spec:
resp.Body().Contains("Your referer host is not allo
Chever-John commented on code in PR #976:
URL:
https://github.com/apache/apisix-ingress-controller/pull/976#discussion_r855971043
##
test/e2e/suite-plugins/referer-restriction.go:
##
@@ -101,6 +101,125 @@ spec:
resp.Body().Contains("Your referer host is not allo
tao12345666333 opened a new pull request, #981:
URL: https://github.com/apache/apisix-ingress-controller/pull/981
### Type of change:
- [x] Bugfix
- [ ] New feature provided
- [ ] Improve performance
- [ ] Backport patches
### What this PR does / why we
jwrookie commented on code in PR #975:
URL:
https://github.com/apache/apisix-ingress-controller/pull/975#discussion_r855952271
##
pkg/kube/translation/annotations/redirect.go:
##
@@ -37,8 +41,13 @@ func (r *redirect) PluginName() string {
func (r *redirect) Handle(e Extractor)
tokers commented on PR #6906:
URL: https://github.com/apache/apisix/pull/6906#issuecomment-1106215081
Anyway to test the fix?
--
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.
Chever-John commented on code in PR #976:
URL:
https://github.com/apache/apisix-ingress-controller/pull/976#discussion_r855948083
##
test/e2e/suite-plugins/referer-restriction.go:
##
@@ -101,6 +101,125 @@ spec:
resp.Body().Contains("Your referer host is not allo
tao12345666333 commented on issue #980:
URL:
https://github.com/apache/apisix-ingress-controller/issues/980#issuecomment-1106207774
- [ ] cherry-pick all bugfix
- [ ] open PR
- [ ] vote
- [ ] release
- [ ] push docker image
- [ ] release Helm chart
--
This is an automated m
jwrookie commented on code in PR #976:
URL:
https://github.com/apache/apisix-ingress-controller/pull/976#discussion_r855926002
##
test/e2e/suite-plugins/referer-restriction.go:
##
@@ -101,6 +101,125 @@ spec:
resp.Body().Contains("Your referer host is not allowed
tao12345666333 opened a new issue, #980:
URL: https://github.com/apache/apisix-ingress-controller/issues/980
After the release of 1.4.0, we received some feedback from the community and
also made related fixes.
We originally planned to release v1.5.0 this month, but we currently have
Chever-John commented on code in PR #973:
URL:
https://github.com/apache/apisix-ingress-controller/pull/973#discussion_r855944320
##
docs/en/latest/practices/how-to-access-Apache-APISIX-Prometheus-Metrics-on-k8s.md:
##
@@ -0,0 +1,97 @@
+---
+title: How to access Apache APISIX P
Gallardot commented on issue #225:
URL:
https://github.com/apache/apisix-helm-chart/issues/225#issuecomment-1106200353
#257 has been merged. I will close this one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
Gallardot closed issue #225: Proposal: APISIX can run as DaemonSet
URL: https://github.com/apache/apisix-helm-chart/issues/225
--
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.
T
Chever-John commented on code in PR #973:
URL:
https://github.com/apache/apisix-ingress-controller/pull/973#discussion_r855935336
##
docs/en/latest/practices/how-to-access-Apache-APISIX-Prometheus-Metrics-on-k8s.md:
##
@@ -0,0 +1,97 @@
+---
+title: How to access Apache APISIX P
soulbird commented on code in PR #6908:
URL: https://github.com/apache/apisix/pull/6908#discussion_r855930590
##
apisix/schema_def.lua:
##
@@ -37,7 +37,7 @@ local id_schema = {
}
}
-local host_def_pat = "^\\*?[0-9a-zA-Z-._]+$"
+local host_def_pat = "^\\*?[0-9a-zA-Z-._\\[
membphis commented on code in PR #6906:
URL: https://github.com/apache/apisix/pull/6906#discussion_r855895944
##
apisix/init.lua:
##
@@ -870,15 +877,15 @@ function _M.stream_preread_phase()
local ngx_ctx = ngx.ctx
local api_ctx = ngx_ctx.api_ctx
-if not verify_tl
membphis commented on code in PR #6906:
URL: https://github.com/apache/apisix/pull/6906#discussion_r855894300
##
apisix/init.lua:
##
@@ -350,14 +357,14 @@ end
function _M.http_access_phase()
local ngx_ctx = ngx.ctx
-if not verify_tls_client(ngx_ctx.api_ctx) then
-
tao12345666333 commented on code in PR #973:
URL:
https://github.com/apache/apisix-ingress-controller/pull/973#discussion_r855876740
##
docs/en/latest/practices/how-to-access-Apache-APISIX-Prometheus-Metrics-on-k8s.md:
##
@@ -0,0 +1,97 @@
+---
+title: How to access Apache APISI
membphis commented on code in PR #6908:
URL: https://github.com/apache/apisix/pull/6908#discussion_r855870455
##
apisix/schema_def.lua:
##
@@ -37,7 +37,7 @@ local id_schema = {
}
}
-local host_def_pat = "^\\*?[0-9a-zA-Z-._]+$"
+local host_def_pat = "^\\*?[0-9a-zA-Z-._\\[
membphis commented on code in PR #6908:
URL: https://github.com/apache/apisix/pull/6908#discussion_r855870455
##
apisix/schema_def.lua:
##
@@ -37,7 +37,7 @@ local id_schema = {
}
}
-local host_def_pat = "^\\*?[0-9a-zA-Z-._]+$"
+local host_def_pat = "^\\*?[0-9a-zA-Z-._\\[
navendu-pottekkat opened a new pull request, #6911:
URL: https://github.com/apache/apisix/pull/6911
Signed-off-by: Navendu Pottekkat
### Description
Updates the documentation of the "referer-restriction",
"consumer-restriction", "csrf" and "public-api" Plugins.
Child PR
membphis commented on code in PR #6906:
URL: https://github.com/apache/apisix/pull/6906#discussion_r855866976
##
apisix/init.lua:
##
@@ -313,7 +314,13 @@ end
local function verify_tls_client(ctx)
-if ctx and ctx.ssl_client_verified then
+local matched = router.route
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 4a0e2903f feat(xRPC): support dynamic upstr
spacewander merged PR #6901:
URL: https://github.com/apache/apisix/pull/6901
--
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
Horus-K commented on issue #979:
URL:
https://github.com/apache/apisix-ingress-controller/issues/979#issuecomment-1106112987

tls can display correctly
--
This is an automate
Horus-K commented on issue #979:
URL:
https://github.com/apache/apisix-ingress-controller/issues/979#issuecomment-1106098558
I can't display the apisixRoute crd resource correctly using lens and
rancher, and the new cluster cannot be displayed properly. Can you use lens or
rancher to view
spacewander commented on code in PR #6906:
URL: https://github.com/apache/apisix/pull/6906#discussion_r855844274
##
apisix/init.lua:
##
@@ -313,7 +314,13 @@ end
local function verify_tls_client(ctx)
-if ctx and ctx.ssl_client_verified then
+local matched = router.ro
spacewander commented on code in PR #6906:
URL: https://github.com/apache/apisix/pull/6906#discussion_r855843320
##
apisix/init.lua:
##
@@ -313,7 +314,13 @@ end
local function verify_tls_client(ctx)
-if ctx and ctx.ssl_client_verified then
+local matched = router.ro
membphis commented on code in PR #6906:
URL: https://github.com/apache/apisix/pull/6906#discussion_r855832832
##
apisix/init.lua:
##
@@ -313,7 +314,13 @@ end
local function verify_tls_client(ctx)
-if ctx and ctx.ssl_client_verified then
+local matched = router.route
spacewander commented on code in PR #6908:
URL: https://github.com/apache/apisix/pull/6908#discussion_r855824886
##
t/APISIX.pm:
##
@@ -200,7 +200,7 @@ if ($version =~ m/\/apisix-nginx-module/) {
$a6_ngx_directives = <<_EOC_;
apisix_delay_client_max_body_check on;
AlinsRan commented on code in PR #972:
URL:
https://github.com/apache/apisix-ingress-controller/pull/972#discussion_r855826449
##
docs/en/latest/practices/enable-authentication-and-restriction.md:
##
@@ -0,0 +1,385 @@
+---
+title: Enable authentication and restriction
+---
+
+
spacewander opened a new pull request, #6910:
URL: https://github.com/apache/apisix/pull/6910
Signed-off-by: spacewander
### Description
Fixes # (issue)
### Checklist
- [x] I have explained the need for this PR and the problem it solves
- [ ] I have
86 matches
Mail list logo