Closed shizidushu closed 6 years ago
Same symptoms, but running Ubuntu on aws.ec2
Is this package works for a debian server system without GUI?
Yes, but you still need X11. I.e. it does not work via RStudio Server currently.
Yes, but you still need X11. I.e. it does not work via RStudio Server currently.
Meaning, that the secret service backend does not work. The env backend and the new file backend (coming soon on CRAN) work on all systems.
Has this issue been addressed so that you can using keyring on docker or something like the Windows sub-system for Linux (no X11)?
I don't know of any way to use a Linux credential store without X11, unfortunately. If you manage to start a secret service daemon and unlock the keyring without X11, then you can use keyring.
Hi @gaborcsardi Is this new file backend version available on CRAN now? If not will installing from github allow me to use it? Thanks!
Yes, but you still need X11. I.e. it does not work via RStudio Server currently.
Meaning, that the secret service backend does not work. The env backend and the new file backend (coming soon on CRAN) work on all systems.
@kaushiklakshman it is indeed on CRAN.
See ?keyring::default_backend
Thanks @gaborcsardi I figured it out eventually and deleted my comment
Run the following
Then this
I run it in a rstudio server docker container.
libsecret-1-dev
has been installed.Is this package works for a debian server system without GUI?
Here is sessionInfo