-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Support ready for keycloak jwt authentication? #159
Comments
|
I would love a method that doesn't require this secret whatsoever. |
Ok, so got the secret working just fine now curious how I might setup jwt auth per user in keycloak. https://www.nginx.com/blog/authenticating-api-clients-jwt-nginx-plus/ Something similar to what's outlined here? |
|
Finally got it working with:
|
Hi folks! So this was working locally with the Dockerfile:
But now as I go to install this on my box I'm getting a brand new error:
I installed openresty version
Any help? Edit: I think I'm nearly there and some quick research brought me to https://stackoverflow.com/questions/46768071/openssl-linking-undefined-reference-evp-md-ctx-new-and-fre and how my nginx might be using the wrong linker? I know the method has been replaced. |
Looks like your box had openssl-dev 1.1.x installed whereas openssl 1.0.x is required. |
Any plans to support latest openssl in the near future? Is this a quick goal in that I could get a fix/PR up if I spend a few days worth of work on it? More than willing to jump into this. |
that's dependent on lua-resty-jwt's support for it |
SkyLothar/lua-resty-jwt#79 to keep this thread updated |
does anyone have a solution for this problem (updated package maybe?) |
refer to my latest comment on SkyLothar/lua-resty-jwt#79 away on vacation now but back tomorrow and I'll fork/republish package under new name for luarocks |
are opm packages possible too? |
Tomorrow main focus will be current workflow with luarocks but if someone wants to add a PR for OPM (OpenResty Package Manager) then be my guest. I'll push to add whatever support for https://github.com/SkyLothar/lua-resty-jwt is needed for this change. |
This dependency change was merged into lua-resty-openidc in #165 |
Hi folks!
So I've been following this tutorial:
https://eclipsesource.com/blogs/2018/01/11/authenticating-reverse-proxy-with-keycloak/
And I have an
access_by_lua
block of:(EDITED)
How could I get this working using cookie jwt validation?
The text was updated successfully, but these errors were encountered: