-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PASSWORD envt var. to rstudio workbench docker image #551
Comments
The PASSWORD environment variable is now required by Rstudio. In addition to adding the PASSWORD field, per the Whole Tale example below you can also just disable Rstudio's internal auth altogether -- so you're no longer prompted beyond your WB credentials (But apparently the env var is still required). The The Whole Tale RStudio image is an example of how to disable auth in RStudio altogether: https://github.com/whole-tale/rstudio-base/blob/master/ROOT/etc/services.d/rstudio/run |
Another option to use is by adding |
Even better. In this case, you don't even need to put it in the Dockerfile, since Workbench specs can set arbitrary environment variables. Adding this to the
Once the change is committed, restarting the |
Cool. was trying to figure out how to do that. Is there a way in workbench to set it such you will always have to proxy through workbench? or is it security through obscurity with regards to the servername? |
https://github.com/terraref/workbench-catalog/blob/master/terraref/rstudio.json#L46 If |
Can this be closed? If not, who is this assigned to? |
Per #545 (comment)
After Adding a PASSWORD environment variable, the rstudio instances seem to launch w/o returning an 'unable to connect' error.
Per Craig's suggestions, need to add this to:
https://github.com/terraref/workbench-catalog/blob/master/terraref/rstudio.json
It doesn't seem like the password is used in normal operations, so it doesn't matter what it is except that 'rstudio' is not allowed.
The text was updated successfully, but these errors were encountered: