Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove request_unbuffered policy #47

Merged
merged 2 commits into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ APIcast Cloud Hosted is the modified [APIcast](https://github.com/3scale/apicast
* retry
* upstream_connection
* liquid_context_debug
* request_unbuffered

### Gateway Configuration

Expand Down
2 changes: 1 addition & 1 deletion apicast/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${IMAGE}
USER root
WORKDIR /opt/app-root/src/

RUN rm -rfv /opt/app-root/src/src/apicast/policy/{rate_limit,token_introspection,3scale_batcher,conditional,logging,retry,upstream_connection,liquid_context_debug}/apicast-policy.json
RUN rm -rfv /opt/app-root/src/src/apicast/policy/{rate_limit,token_introspection,3scale_batcher,conditional,logging,retry,upstream_connection,liquid_context_debug,request_unbuffered}/apicast-policy.json
RUN dnf install -y perl-App-cpanminus gcc git

COPY cpanfile cpanfile
Expand Down
1 change: 1 addition & 0 deletions mapping-service/Roverfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ lua-resty-execvp 0.1.1-1||development,test
lua-resty-http 0.12-0||development,test
lua-resty-jit-uuid 0.0.7-1|64ae38de75c9d58f330d89e140ac872771c19223|development,test
lua-resty-jwt 0.2.0-0||development,test
lua-resty-openssl 1.5.2||development,test
lua-resty-url 0.3.5-1||development,test
luafilesystem 1.7.0-2||development,test
nginx-lua-prometheus nginx-lua-prometheus 0.20181120-3||production,development,test
Expand Down