Skip to content

Releases: UWIT-IAM/nginx-saml-proxy

Better support for nginx ingress

23 Oct 21:58
06dab4b
Compare
Choose a tag to compare
  • Support JSON representation of session status (ce3628c)
  • Return session status headers with JSON responses (694123f)
  • Support a new special case for return_to in nginx configuration (22db48f)

Add Apache 2.0 License

22 Jul 01:37
b59e2dd
Compare
Choose a tag to compare

This patch release simply adds the Apache 2.0 License. There are no functional changes.

0.6.2: Use docker hub again.

24 Aug 00:37
f399928
Compare
Choose a tag to compare
Github Packages is not yet ready for prime-time. As of right now there seems
to be no way to have public images.

0.6.1

23 Aug 23:43
Compare
Choose a tag to compare
Change docker repo to docker.pkg.github.com.

latest

23 Aug 23:45
Compare
Choose a tag to compare
Change docker repo to docker.pkg.github.com.

0.6.0

26 Apr 22:24
Compare
Choose a tag to compare
Run via gunicorn. Configure logging to use gunicorn default.

docker-base-layer

23 Aug 22:21
Compare
Choose a tag to compare
Run via gunicorn. Configure logging to use gunicorn default.

0.5.0: Use python:3-slim.

19 Mar 21:49
Compare
Choose a tag to compare
Adjust ProxyFix to adapt to Werkzeug 0.15.

0.4.0: Properly handle protected endpoints with query strings.

09 Mar 00:36
Compare
Choose a tag to compare
To facilitate nginx configuration, we've changed the redirect from
https://$http_host/saml/login?url=$request_uri to
https://$http_host/saml/login$request_uri. I erroneously thought $request_uri
would be encoded, but it wasn't. The old way created a potentially invalid uri.
The new way preserves the original url that we want to come back to.

0.3.0

25 Feb 22:49
Compare
Choose a tag to compare
Make session lifetime 12 hours. Make root page return 200.