Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoExport specific data from vault
Hello, any help would be greatly appreciated on this. I have to export a list of logins from a specific Vault as part of a divestiture with the company I work for. I have been attempting to pull th...
Former Member
3 years agoHey again @jwilson5607 ,
Why am I getting random errors like those pictured
I've taken a look at the stack, and it looks like it's erroring out in the biometric auth process, in which case, concurrent attempts to send info through a named pipe may have caused the error. Do you have biometric auth turned on, and if so, has op
been authorized before running the script?
Also, this is not an ideal error message. It is the result of an unhandled error causing a panic and is not very readable or understandable. I will be treating it as a bug report once we figure out why it's being printed.
Plus, is there a difference with --format=json and > --format json?
No, there is not! I did notice, however, that the flag was missing in the $vaultname = op vault get $vaultuuid
command, which is why I suggested it in my last post.
Edit: I just took a look at your updated script, and it looks good to me, I will test it on my end tomorrow and get back to you.
Are you still running into issues without the sleep statement? How about with it on, but around 1 second?
Is it the same error as earlier, or a general 429 rate limited one?
Thanks for your info so far!!