Alex Zhang

Results 438 comments of Alex Zhang

@Fabriceli APISIX consumer is used for those built-in **internal** authentication, which replies on users to configure the auth credentials on the consumer, while for OpenID connect, you don't need a...

> Unexpected error adding a key So the memory increasing is normal and the no memory issue is just because the pre-defined lua shared dict too small?

> Finally, I solved this problem by removing the node label (balance_ip) for the metrics in [exporter.lua](https://github.com/apache/apisix/blob/master/apisix/plugins/prometheus/exporter.lua#L168). > > The root cause is that the key saved in the shared...

@spacewander @tzssangglass Please take a look when you have time.

> APISIX startup phase gets the environment variables(`CCERT `, `CCERT `) in `apisix.yaml` here: > > https://github.com/apache/apisix/blob/975038ea70dc47e0613c42b3eabb8dcc730216a4/apisix/cli/ops.lua#L646 > > and the environment variable is used here when generating nginx.conf: >...

We are adding a way to fetch TLS bundles in Upstream objects through the SSL objects. I think adjusting SSL object will be more appropriate.

@tzssangglass Then let's try to use double quotes to wrap the env values?

You can expose the control api outside, with assigning its ip address to 0.0.0.0 (in the config.yaml). But it's not supported by helm chart, we may need to extend the...

We need some information for troubleshooting: 1. How did you configure the Route, Upstream, and other objects? 2. Did you use the K8s service discovery module? 3. What's the DNS...