-
Notifications
You must be signed in to change notification settings - Fork 20
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
Problem with module 'openssl.digest' #5
Comments
I just tested with version 2.0.5 of Kong, also using Docker, and I don't have the problem, the server starts without any error. |
which is the solution on kong 2.2.1? |
Basically openssl-dev is missing. So need to install openssl-dev in your linux of choice, then run "luarocks install luaoss". Docker image to include this plugin FROM kong:2.6.0-alpine |
Hmm I guess Kong removed one of the older dependencies they used to bundle in their installs. Any community members want to take a crack at adding it to this plugins dependencies and we can rebuild and cut another version :) . If not I will give a go at it. |
Actually added:
To the rockspec and latest version build, should be the only dep. needed seems. Let me know if works for yall? |
Hi,
I'm trying to use kong-oidc-auth plugin in a fresh install of Kong in Docker.
I'm using the latest official Kong Docker image with Kong version 2.2.1.
The installation of the plugin is okay using
luarocks install kong-oidc-auth
.But when I startup Kong, I get the following error stack:
Do you have any advice?
The text was updated successfully, but these errors were encountered: