Releases: ministryofjustice/analytics-platform-rstudio-auth-proxy
Put websocket connections through middleware
Security fix
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
Session expires after 1 hour (by default)
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
Added GET /healthz
endpoint, so we (k8s) don't have to use GET /login
to check if the container is healthy.
Silent SSO
Do not prompt for login when the user is already logged in Auth0 SSO.
Auth0 hosted login page
Use Auth0 hosted login page instead of custom /login
page.
Binary file uploads no longer corrupted
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
Patches a flaw in the proxy logic, which allowed an authorised user to access other users' RStudio instances.
Fix file uploads
File uploads were broken in v1.1.0 - this version fixes them