Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 years agoOne password cli signin within python script run time
Hi ,
I am developing a python script to automate password updates in OP vault using OP CLI. I am facing issues while signin. i am running below code to signin without prompting password. I tried t...
cliKing
4 years agoOccasional Contributor
Signing in from your script seems to be a bad design security wise.
It would be better to leave authentication out of the script and let the user call your script once (s)he has logged in with eval $(op signin).