Skip to content

Commit

Permalink
downgrade apisix
Browse files Browse the repository at this point in the history
  • Loading branch information
goxiaoy committed Dec 7, 2023
1 parent 4fe2fdd commit 8e55a6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gateway/apisix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ WORKDIR /src/gateway/apisix
RUN make -f ./Makefile build


FROM apache/apisix:3.7.0-redhat
FROM apache/apisix:3.6.0-redhat

COPY --from=builder /src/gateway/apisix/bin /app
4 changes: 1 addition & 3 deletions quickstart/configs/apisix/apisix_conf/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://github.com/apache/apisix/blob/master/conf/config-default.yaml
# https://github.com/apache/apisix/blob/3.6.0/conf/config-default.yaml

apisix:
node_listen:
Expand Down Expand Up @@ -67,7 +67,6 @@ plugins: # plugin list (sorted by priority)
- uri-blocker # priority: 2900
- request-validation # priority: 2800
- chaitin-waf # priority: 2700
- multi-auth # priority: 2600
- openid-connect # priority: 2599
- cas-auth # priority: 2597
- authz-casbin # priority: 2560
Expand All @@ -77,7 +76,6 @@ plugins: # plugin list (sorted by priority)
- hmac-auth # priority: 2530
- basic-auth # priority: 2520
- jwt-auth # priority: 2510
- jwe-decrypt # priority: 2509
- key-auth # priority: 2500
- consumer-restriction # priority: 2400
- forward-auth # priority: 2002
Expand Down
2 changes: 1 addition & 1 deletion quickstart/configs/apisix/dashboard_conf/conf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://github.com/apache/apisix-dashboard/blob/master/api/conf/conf.yaml
# https://github.com/apache/apisix-dashboard/blob/v3.0.1/api/conf/conf.yaml

conf:
listen:
Expand Down

0 comments on commit 8e55a6f

Please sign in to comment.