-
-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Milestone
Description
Related to #700 and #701, I did a fresh server and user installation using gopass 1.7.0 and setup mounts from remote git repositories.
This is the related config:
# cat ~/.config/gopass/config.yml
root:
askformore: false
autoclip: true
autoimport: false
autosync: false
cliptimeout: 45
editrecipients: false
nocolor: true
noconfirm: false
nopager: false
path: gpgcli-noop-fs+file:///root/.password-store
safecontent: false
usesymbols: false
notifications: true
mounts:
prefixformount/access:
askformore: false
autoclip: true
autoimport: false
autosync: false
cliptimeout: 45
editrecipients: false
nocolor: true
noconfirm: false
nopager: false
path: gpgcli-gitcli-fs+file:///usr/local/prefixformount/gopass/access
safecontent: false
usesymbols: false
notifications: true
prefixformount/enable:
askformore: false
autoclip: true
autoimport: false
autosync: false
cliptimeout: 45
editrecipients: false
nocolor: true
noconfirm: false
nopager: false
path: gpgcli-gitcli-fs+file:///usr/local/prefixformount/gopass/enable
safecontent: false
usesymbols: false
notifications: true
# gopass config
root store config:
askformore: false
autoclip: true
autoimport: false
autosync: false
cliptimeout: 45
editrecipients: false
nocolor: true
noconfirm: false
nopager: false
notifications: true
path: gpgcli-noop-fs+file:///root/.password-store
safecontent: false
usesymbols: false
mount 'prefixformount/access' config:
path: gpgcli-gitcli-fs+file:///usr/local/prefixformount/gopass/access
mount 'prefixformount/enable' config:
path: gpgcli-gitcli-fs+file:///usr/local/prefixformount/gopass/enable
Whenever I use a command related to a store, gopass syncs the remote repository before running the requested action, even if explicitly set to autosync: false
.
An example of command that syncs before and after running command:
$ gopass recipients rm --store prefixformount/access someone@somewhere.tld
Running a mount related command that does not require --store
parameter does not sync with remote repository.
An example of command that does not sync before and after running command:
$ gopass insert prefixformount/access/verysecret
Is there any other info that needs to be provided to analyze how to proceed?
Metadata
Metadata
Assignees
Labels
No labels