Skip to content

Commit 2510459

Browse files
mstgTrojan295
authored andcommitted
Upgrade to lua-resty-openidc 1.6.1-1 to support 4096 bit public keys (#111)
1 parent 91bab91 commit 2510459

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ language: python
55
sudo: true
66

77
env:
8-
- LUA_VERSION="5.1" KONG_VERSION="0.13.0-0" LUA_RESTY_OPENIDC_VERSION="1.6.0"
9-
- LUA_VERSION="5.1" KONG_VERSION="0.12.3-0" LUA_RESTY_OPENIDC_VERSION="1.6.0"
10-
- LUA_VERSION="5.1" KONG_VERSION="0.11.2-0" LUA_RESTY_OPENIDC_VERSION="1.6.0"
11-
- LUA_VERSION="5.1" KONG_VERSION="1.0.2-0" LUA_RESTY_OPENIDC_VERSION="1.6.0"
8+
- LUA_VERSION="5.1" KONG_VERSION="0.13.0-0" LUA_RESTY_OPENIDC_VERSION="1.6.1-1"
9+
- LUA_VERSION="5.1" KONG_VERSION="0.12.3-0" LUA_RESTY_OPENIDC_VERSION="1.6.1-1"
10+
- LUA_VERSION="5.1" KONG_VERSION="0.11.2-0" LUA_RESTY_OPENIDC_VERSION="1.6.1-1"
11+
- LUA_VERSION="5.1" KONG_VERSION="1.0.2-0" LUA_RESTY_OPENIDC_VERSION="1.6.1-1"
1212

1313
script:
1414
- sudo -E bash ci/root.sh

ci/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
export LUA_VERSION=${LUA_VERSION:-5.1}
55
export KONG_VERSION=${KONG_VERSION:-0.13.1-0}
6-
export LUA_RESTY_OPENIDC_VERSION=${LUA_RESTY_OPENIDC_VERSION:-1.6.0}
6+
export LUA_RESTY_OPENIDC_VERSION=${LUA_RESTY_OPENIDC_VERSION:-1.6.1-1}
77

88
pip install hererocks
99
hererocks lua_install -r^ --lua=${LUA_VERSION}

kong-oidc-1.1.0-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description = {
2222
license = "Apache 2.0"
2323
}
2424
dependencies = {
25-
"lua-resty-openidc ~> 1.6.0"
25+
"lua-resty-openidc ~> 1.6.1-1"
2626
}
2727
build = {
2828
type = "builtin",

test/docker/unit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN luarocks install luaunit
1212
RUN luarocks install lua-cjson
1313

1414
# Change openidc version when version in rockspec changes
15-
RUN luarocks install lua-resty-openidc 1.6.0
15+
RUN luarocks install lua-resty-openidc 1.6.1-1
1616

1717
WORKDIR /usr/local/kong-oidc
1818

0 commit comments

Comments
 (0)