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

Openresty Update #1272

Merged
merged 13 commits into from
May 24, 2021
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
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ executors:
environment:
S2I_VERSION: "1.1.12-2a783420"
DOCKER_COMPOSE_VERSION: "1.16.1"
OPENRESTY_VERSION: "1.17.5.1-0-centos8"
OPENRESTY_VERSION: "1.19.3.1-0-centos8"

openresty:
working_directory: /opt/app-root/apicast
docker:
- image: quay.io/3scale/s2i-openresty-centos7:1.17.5.1-0-centos8
- image: quay.io/3scale/s2i-openresty-centos7:1.19.3.1-0-centos8
- image: redis:3.2.8-alpine
environment:
TEST_NGINX_BINARY: openresty
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added sendfile_max_chunk to the worker [PR #1250](https://github.com/3scale/APIcast/pull/1250) [THREESCALE-6570](https://issues.redhat.com/browse/THREESCALE-6570)
- Increased api-keys shared memory size [PR #1250](https://github.com/3scale/APIcast/pull/1250) [THREESCALE-6570](https://issues.redhat.com/browse/THREESCALE-6570)
- Add support to multiple Origin based on regexp [PR #1251](https://github.com/3scale/APIcast/pull/1251) [THREESCALE-6569](https://issues.redhat.com/browse/THREESCALE-6569)
- Bump Openresty version to 1.19.3 [PR #1272](https://github.com/3scale/APIcast/pull/1272) [THREESCALE-6963](https://issues.redhat.com/browse/THREESCALE-6963)




Expand Down
7 changes: 0 additions & 7 deletions doc/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,6 @@ Allows to set the log level for the logs related to OpenID Connect integration
The [Management API](./management-api.md) is powerful and can control the APIcast configuration.
You should enable the debug level only for debugging.

### `APICAST_MODULE`

**Default:** apicast
**Deprecated:** Use [policies](./policies.md) instead.

Specifies the name of the main Lua module that implements the API gateway logic. Custom modules can override the functionality of the default `apicast.lua` module. See [an example](../examples/custom-module) of how to use modules.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eloycoto Will there be further text to review? If there is only the removal of text, then it LGTM 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My job is to make you happy, so no changes in doc :-)

### `APICAST_OAUTH_TOKENS_TTL`

**Values:** _a number_
Expand Down
1 change: 0 additions & 1 deletion examples/oauth2/.gitignore

This file was deleted.

81 changes: 0 additions & 81 deletions examples/oauth2/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions examples/oauth2/auth-server/.dockerignore

This file was deleted.

6 changes: 0 additions & 6 deletions examples/oauth2/auth-server/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions examples/oauth2/auth-server/Gemfile

This file was deleted.

22 changes: 0 additions & 22 deletions examples/oauth2/auth-server/Gemfile.lock

This file was deleted.

45 changes: 0 additions & 45 deletions examples/oauth2/auth-server/auth-server.rb

This file was deleted.

5 changes: 0 additions & 5 deletions examples/oauth2/auth-server/config.ru

This file was deleted.

Loading