-
Notifications
You must be signed in to change notification settings - Fork 47
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
Manual install steps #50
Comments
So I compared against https://github.com/jkeys089/lua-resty-hmac/blob/master/Makefile and it looks to be that straightforward but I can add a PR to test the make in the workflow for builds. Relevant files:
Feel free to attempt a PR to do the same if you don't want to wait on me! |
Do you have a link to your sample Dockerfile to test? Maybe a minimal sample repo? |
Are you missing the |
Ah, looks like you need the module add: https://github.com/jkeys089/lua-resty-hmac/blob/master/Makefile#L16 |
Unless I'm misunderstanding, the "missing" |
This may be something to unique 0.2.3. I reverted to 0.2.2 and I'm not hitting the same issue. |
Any chance this would be added soon? |
Also would like this as I am in the same situation with the ingress-nginx not supporting luarocks |
I'm trying to add lua-resty-jwt to Kubernetes ingress-nginx. In their recent versions they have stopped using luarocks and are installing Lua modules manually.
See https://github.com/kubernetes/ingress-nginx/blob/master/images/nginx/rootfs/build.sh#L597
I've tried installing both lua-resty-jwt and lua-resty-hmac as shown below but it isn't working.
When the /etc/nginx/conf.lua lines below execute...
I get this error...
So are there any suggested instructions for installing lua-resty-jwt manually without luarocks?
The text was updated successfully, but these errors were encountered: