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

ministryofjustice/analytics-platform-rstudio-auth-proxy

Repository files navigation

DEPRECATED

This proxy/repository is now deprecated and not used by the latest version of our RStudio helm chart (2.0.0). Instead, use the other auth-proxy/auth-proxy-public configuring RSTUDIO_ADD_SECURE_COOKIE, RSTUDIO_SECURE_COOKIE_KEY and USER as documented in README's Configuration section.

analytics-platform-rstudio-auth-proxy

RStudio auth proxy

Docker Repository on Quay

Environment variables

RStudio authentication cookie

The proxy sets the user-id cookie which is checked by RStudio to determine whether the user is authenticated or not.

The value of this cookie is constructed in the auth.js module. Read the code for the full implementation details and cookie format.

This cookie is signed so that RStudio can verify that the cookie was not tampered with.