Itβs Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
dreidpilot
2 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...
- 2 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_Simon
1Password Team
2 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.
- dreidpilot2 months agoNew Contributor
Gosh, ok thank you.
It makes sense why that disables the 1password integration, but it's also not the kind of name I would have searched for to figure out how to disable the app integration.
- 1P_Simon2 months ago
1Password Team
Yes fully agreed. The feature has grown far beyond biometrics and the variable name doesn't represent that well anymore. We might rename (and keep an alias of the old name for backwards compatibility). I'll track that internally. Appreciate your feedback! π