I am trying to create a superduper all-in-one package, that has:
- OIDC support as the webserver as the relying party
- Modsecurity
I have found out that nginx-plus supports oidc, but its nginx-plus.
So I found lots of guides how to use Openresty with its luarocks-oidc plugin.
https://developers.redhat.com/blog/2018/10/08/configuring-nginx-keycloak-oauth-oidc#installation_instructions
https://kevalnagda.github.io/configure-nginx-and-keycloak-to-enable-sso-for-proxied-applications
I am using https://github.com/coreruleset/modsecurity-crs-docker and I have forked it: https://github.com/TafkaMax/modsecurity-crs-docker
I have tried to combine the OpenResty and ModsecCRS docker builds, but in the end I get this weird error after docker build is finished and i launch the container: Error relocating /usr/local/openresty/bin/openresty: SSL_magic_pending_session_ptr: symbol not found
Any thoughts?
I am trying to create a superduper all-in-one package, that has:
I have found out that nginx-plus supports oidc, but its nginx-plus.
So I found lots of guides how to use Openresty with its luarocks-oidc plugin.
https://developers.redhat.com/blog/2018/10/08/configuring-nginx-keycloak-oauth-oidc#installation_instructions
https://kevalnagda.github.io/configure-nginx-and-keycloak-to-enable-sso-for-proxied-applications
I am using https://github.com/coreruleset/modsecurity-crs-docker and I have forked it: https://github.com/TafkaMax/modsecurity-crs-docker
I have tried to combine the OpenResty and ModsecCRS docker builds, but in the end I get this weird error after docker build is finished and i launch the container:
Error relocating /usr/local/openresty/bin/openresty: SSL_magic_pending_session_ptr: symbol not foundAny thoughts?