Skip to content

Releases: UWIT-IAM/nginx-saml-proxy

Migrate to GAR

27 Mar 23:55
96c3de6

Choose a tag to compare

What's Changed

  • patched gunicorn (master) to adapt to evnetlet change with 0.31 and up. by @jprosser in #17
  • Migrate to gar by @miker985 in #21

New Contributors

Full Changelog: 0.7.0...0.8.0

Better support for nginx ingress

23 Oct 21:58
06dab4b

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

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

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

Choose a tag to compare

Change docker repo to docker.pkg.github.com.

latest

23 Aug 23:45

Choose a tag to compare

Change docker repo to docker.pkg.github.com.

0.6.0

26 Apr 22:24

Choose a tag to compare

Run via gunicorn. Configure logging to use gunicorn default.

docker-base-layer

23 Aug 22:21

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

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

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.