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 agoPrompted for master password on every `git` request, despite 1Password being set to remember
My Bash prompt is configured to run a git fetch whenever I cd into a Git repo, via this line in my .bashrc:
function __prompt_command() {
if [ "${__new_wd:=$PWD}" != "${PWD}" ]; then ...
floris_1P
1Password Team
2 years ago@njxgrxkxdrnlrymggeod We've been exploring allowing for an authorization model that's more like the standard OpenSSH agent, which would allow for uses cases like the one you're describing, where the "per-application" model doesn't work well.
If you're interested to take that for a spin, you can find more information in our Developer Slack workspace.