TeslaGov / ngx-http-auth-jwt-module

Secure your NGINX locations with JWT
MIT License
308 stars 118 forks source link

1.24 module doesn't 'seem' to be compiled against nginx 1.24.0 #96

Closed matt-mercer closed 1 year ago

matt-mercer commented 1 year ago

Hi ..

I downloaded the prebuilt: https://github.com/TeslaGov/ngx-http-auth-jwt-module/releases/download/2.0.1/ngx_http_auth_jwt_module_2.0.1_nginx_1.24.0.tgz

and tried to use this with nginx 1.24 from https://nginx.org/packages/debian/pool/nginx/n/nginx/nginx_1.24.0-1~bullseye_amd64.deb

when trying to load the module .. I get:

nginx: [emerg] module "/etc/nginx/modules/ngx_http_auth_jwt_module.so" version 1022001 instead of 1024000 in /etc/nginx/nginx.conf:5

image

matt-mercer commented 1 year ago

ok .. confirmed .. the 1.24 module is accepted with nginx 1.22.1

image

JoshMcCullough commented 1 year ago

Sorry about that, looking...

JoshMcCullough commented 1 year ago

Fixed the make_release script to properly set the NGINX_VERSION. New binaries have been uploaded to the release.

Thanks for letting us know!