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
Is it possible to decrypt the secret in non-interactive sessions (i.e., Rscript SomeFile.R from UNIX-based OS terminal)?
The get_secret() function requieres the passphrase for privatekey. So, when running the Rscript from CMD, it stops with the error Access denied to secret ‘somesecret’
The text was updated successfully, but these errors were encountered:
egoipse
changed the title
Non-interactive functionallity?
Non-interactive functionality?
Aug 23, 2020
Is it possible to decrypt the secret in non-interactive sessions (i.e.,
Rscript SomeFile.R
from UNIX-based OS terminal)?The
get_secret()
function requieres the passphrase for privatekey. So, when running the Rscript from CMD, it stops with the errorAccess denied to secret ‘somesecret’
The text was updated successfully, but these errors were encountered: