ngx-http-auth-jwt-module
ngx-http-auth-jwt-module copied to clipboard
Secure your NGINX locations with JWT
This pull request includes changes to Dockerfiles to improve consistency and compatibility across different architectures. The most important change is the modification of the symbolic links in `openssl.dockerfile`. Changes to...
To me it seems that nging V1.27.1 isn't supported. Build env: Ubuntu 22.04.3 LTS Steps to repoduce: 1. apt-get install libxml2-dev libxml++2.6-dev libxslt1-dev libgeoip-dev autoconf libjwt-dev libjansson-dev 2. git clone...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
If you use a any non-standard port for nginx its stripped from the return_url.
In scripts.sh, in the make_release function, it tries to call a function rebuild_test_runner, but that function does not exist. It's mentioned in the README.md as well.
I was running `./scripts.sh` all and at first it failed because of a call to `declare -A` ``` ./scripts.sh: line 16: declare: -A: invalid option declare: usage: declare [-afFirtx] [-p]...