This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Releases: Sage-Bionetworks-IT/packer-rstudio
Releases · Sage-Bionetworks-IT/packer-rstudio
v2.0.0
This release:
- Moves the rstudio server to hxxp://localhost:8787 and adds a proxy listening on HTTPS/443 for connections from an ALB. The ALB adds a header called 'X-Amzn-Oidc-Data', which is an objected signed by an AWS public key. The proxy validates the signature and forwards to the traffic to the internal rstudio server if the userid claim within the X-Amzn-Oidc-Data header matches the userid component of the Protected/AccessApprovedCaller tag on the instance.
- Disables local authentication on the rstudio server, instead relying on authentication by the proxy.
Because of the proxy logic, this image can only be used behind an AWS ALB.
v1.0.7
Use v1.0.9 of packer-base-ubuntu-bionic for source image to fix snap relocation error as described in https://sagebionetworks.jira.com/browse/SC-182.
v1.0.5
v1.0.4
- Overwrite rstudio default web config
v1.0.3
- use new base ubuntu AMI
v1.0.1
- Update ubuntu AMI
v1.0.0
First initial release of rStudio AMI. Has:
synapser
devtools
BiocManager
tidyverse
Access with instance.ip:8787
and the login is jumpcloud username and password