In the Web UI, the -key-passphrase is required (obviously) to restore an RSA encrypted item, however, this is logged to disk in the web logs. I’d like to be able to do something like a password command to read the password out of 1Password. I’ve tried like: -key-passphrase $(op read op://Vault/secret/password)
but it doesn’t seem to work the same was as it does in bash/zsh. Is there an equivalent way to either set+use environment variables, or use password commands so that I can read the password programatically, and avoid logging the password to disk? Thanks!