zmartzone / lua-resty-openidc

OpenID Connect Relying Party and OAuth 2.0 Resource Server implementation in Lua for NGINX / OpenResty
Apache License 2.0
976 stars 249 forks source link

Can't install 1.7.6 version #466

Open nordri opened 1 year ago

nordri commented 1 year ago
Environment
Expected behaviour

Be able to install openidc 1.7.6

Actual behaviour
root@ip-10-228-14-194:/usr/local/openresty/site/lualib/resty# opm install zmartzone/lua-resty-openidc
Package lua-resty-openidc-1.7.5 already installed.

root@ip-10-228-14-194:/usr/local/openresty/site/lualib/resty# opm install zmartzone/lua-resty-openidc=1.7.6
* Fetching zmartzone/lua-resty-openidc = 1.7.6
ERROR: failed to find package zmartzone/lua-resty-openidc = 1.7.6: package lua-resty-openidc = 1.7.6 not found under account zmartzone.
Minimized example

Minimal, complete configuration that reproduces the behavior.

N/A

Configuration and NGINX server log files

Config and logs for the minimized example, possibly provided as attachments.

N/A

Thanks

bodewig commented 1 year ago

right now 1.7.6 is not published to opm and we are considering dropping support for opm completely

nordri commented 1 year ago

Thanks for letting me know. We've forked the repository and pushed it to OPM as a workaround to fix our issue.