Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Releases: ministryofjustice/analytics-platform-rstudio-auth-proxy

Put websocket connections through middleware

15 May 14:51
b74ae3f
Compare
Choose a tag to compare
  • Put websocket connections through middleware
  • Upgrade to node 10-lts base image
  • Update lodash to fix low priority security issue

PR: #67

Security fix

14 Nov 16:47
f1be6b4
Compare
Choose a tag to compare

Update a dep marked with a security fix, just in case:
morgan from 1.9.0 to 1.9.1

plus some other minor dep updates

v1.4.3

10 May 15:54
8d4afb4
Compare
Choose a tag to compare

Session expires after 1 hour (by default)

27 Feb 16:53
1884f1e
Compare
Choose a tag to compare

Can be configured by setting the COOKIE_MAXAGE environment variable to
the number of seconds after which cookie session will expire.

Added health check endpoint

22 Feb 14:35
4642b50
Compare
Choose a tag to compare

Added GET /healthz endpoint, so we (k8s) don't have to use GET /login to check if the container is healthy.

Silent SSO

20 Feb 17:01
a127b61
Compare
Choose a tag to compare

Do not prompt for login when the user is already logged in Auth0 SSO.

Auth0 hosted login page

16 Feb 09:52
333c205
Compare
Choose a tag to compare

Use Auth0 hosted login page instead of custom /login page.

Binary file uploads no longer corrupted

17 Oct 10:52
Compare
Choose a tag to compare

Binary files were being decoded and re-encoded as text, which meant the files were corrupted. This release fixes binary file uploads.

Check authorised user is owner

10 Aug 12:54
Compare
Choose a tag to compare

Patches a flaw in the proxy logic, which allowed an authorised user to access other users' RStudio instances.

Fix file uploads

02 Aug 12:52
Compare
Choose a tag to compare

File uploads were broken in v1.1.0 - this version fixes them