Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
dreidpilot
4 months agoNew Contributor
`op account add` with `Integrate with 1Password CLI`
We have a significant amount of automation around `op`, we use a shared service account (not a service account token, a real 1password account with an email and a secret key) to do perform this autom...
- 4 months ago
> There does not appear to be any way for our automation to override or bypass the 1password app integration from the CLI.
I believe you're looking for https://developer.1password.com/docs/cli/app-integration/#optional-set-the-biometric-unlock-environment-variable
You can add this to your script
```
export OP_BIOMETRIC_UNLOCK_ENABLED=false
```that will overwrite the user setting.
1P_Phil
Moderator
4 months agoHi dreidpilot ,
Thanks for sharing this great write up. I'm sorry you are running into this. I have provided the feedback to the team and we are looking into a workaround. I'm curious - have you considered using Service Account Tokens to create the vaults?
export OP_SERVICE_ACCOUNT_TOKEN=<your-service-account-token>
op create vault ...
Thanks,
Phil