r-lib / keyring

:closed_lock_with_key: Access the system credential store from R

Home Page:https://keyring.r-lib.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create keyrings programmatically for all backends that support multiple keyrings

gaborcsardi opened this issue · comments

I.e. expose the password argument in keyring_create().

This feature would solve my problem.. but is there any workaround for the moment? I am trying to setup a initial configuration on a docker image, and so far i have not been able to surround the problem that the R function prompts the user for a password.. Is there a way to pass it, through bash or any other way?!
Thank you in advance!
Cristiano

This is a duplicate of #114, and it is also solved now.