Questions tagged [apache-apisix]
48 questions
0
votes
1 answer
APISIX with OpenID integration and Keycloack
I am trying to integrate APISIX with Keycloack on localhost. however after filling in the json data needed and from what I have been following from the official documentation, it seems I cannot get past this error:
should have required property…

Kendi J
- 11
- 3
0
votes
1 answer
APISix error installing using Docker on M1 Pro
I keep getting this response when I run APISix docker install command. How do I solve this?
I am installing on M1 Pro:
[MacBook-Pro-2 example % docker-compose -p docker-apisix -f docker-compose-arm64.yml up -d
[+] Running 0/15
⠦ web2 Pulling …

Kendi J
- 11
- 3
0
votes
1 answer
apache/apisix working mocking plugin example
I've installed apisix and apisix-dashboard with helm on my k8s cluster.
I used all defaults except APIKEY for admin and viewer acc., and custom username/password for dashboard. So I'm currently running the 2.15 version.
My installation steps
helm…

namokarm
- 668
- 1
- 7
- 20
0
votes
1 answer
Apache APISIX integration with Keycloak for token based API
I need to implement a API gateway in front of my AWS load balancer, so that it can take care of authentication, authorization, monitoring etc. I also need to enable SSO for my services.
While trying to implement Apache APISIX with Keycloak using…

Abhishek Vashistha
- 3
- 1
- 4
0
votes
1 answer
Intermediate HTTP call to external service in the APISIX Serverless
How to send an HTTP request to external service in the APISIX Gateway serverless-pre-function, I am trying below but getting an error
"serverless-pre-function": {
"disable": false,
"functions": [
"return function()…

ghost
- 425
- 4
- 17
0
votes
1 answer
How to effectively update APISIX route rules
I am completely new to APISIX and I am following the getting-started tutorial.
The problem is in editing routes. More specifically, I create a route using this example of the tutorial and it works as expected. Next I am editing the route's uri…

Charalamm
- 1,547
- 1
- 11
- 27
0
votes
1 answer
How to redirect client's HTTP requests to HTTPS via API Gateway Apache APISIX?
How can I redirect client HTTP requests to HTTPS when using Apache APISIX? Is there a more convenient way? How does it work?

feihan
- 11
- 1
0
votes
1 answer
How to implement and configure circuit breaking in Apache APISIX?
Circuit breaking needs to be configured in the current environment, so how to implement the circuit breaking at the gateway layer?

feihan
- 11
- 1
0
votes
1 answer
What are the supported methods to install and deploy Apache APISIX? How should I install Apache APISIX in an isolated network environment?
What are the supported ways to install and deploy Apache APISIX? Is there any corresponding documentation? How should I install Apache APISIX if I am in an isolated network environment?

Baoyuan
- 51
- 1
0
votes
1 answer
Can Apache APISIX support Layer 4 and Layer 7 proxies by default and which Layer 7 and Layer 4 protocols are supported respectively?
I am recently learning Apache APISIX and I would like to ask about the proxy layer 7, and layer 4 protocol.
Can Apache APISIX proxy TCP and UDP directly, and what are the seven-layer protocols supported? What layer 4 protocols are supported?

guoqqqi
- 31
- 1
0
votes
1 answer
Does the custom lua plugin for Apache APISIX support all phases of Nginx execution?
Apache APISIX supports custom plugins, and I would like to know if I develop a lua plugin, at which stages of Nginx execution will it be injected, and does it support all of them?

guoqqqi
- 31
- 1
0
votes
1 answer
How to enable mTLS between Apache APISIX and etcd?
APISIX uses etcd as the configuration center, I have configured and enabled mTLS in etcd for secure data transfer, how do I configure it in APISIX to make it effective?

Baoyuan
- 51
- 1
0
votes
1 answer
Do I need to change the configuration of the admin key after installing APISIX?
After I successfully installed APISIX, I found that the configuration file contains admin key information and all control requests need to contain this credential, do I need to change this configuration? How do I make the change take effect?

Baoyuan
- 51
- 1
0
votes
0 answers
Compared with Envoy and Apache APISIX, which one is more suitable for service mesh selection?
Want to select a service mesh, currently concerned about Envoy and Apache APISIX, Can any developer who has used both service grids help me to choose ?

oil欧呦
- 1
0
votes
1 answer
how to change the response body from apche-apisix?
i need to parse json from backend and modify it, for example remove urls for pagination, the consumer don't want it. And i can't modify this in backend.
how to do this with response-rewrite plugin. getting response from backend in variable and do…

user3090303
- 15
- 6