You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not have to be a string literal if that's what you are asking. You would obviously need a way to get the password to the subprocess. keyring does not do anything about this, it is up to targets and/or your application.
Thank you for this great package!
I tend to use the
targets
package for architecture, and I am running into a problem withkeyring
and RStudio Server.It seems that the root cause is that
targets
spawns new R processes, and the file backend keyring is not unlocked in these processes.Do you see any way around this?
The text was updated successfully, but these errors were encountered: