-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autosync for sub-store is ignored if root autosync is set to false #700
Comments
Thanks for reporting this. We had this issue before and I thought we fixed it already. Will double check. |
Before opening a new issue, I searched if there was one somehow related and this seems to be a tangent case. I'm also using gopass version 1.6.10 and setup to every store and mounts except one (let's name it
Config output:
For me, it seemed to be a related case. If it is not, how to proceed? Open a new issue? |
@ayharano Indeed, this could be related. For the time being I'd like to track this in this issue. Thanks for reporting it! |
I was trying to add a team password store (mounted as a sub-store). I do not have a personal or local repository, so i did not add a git remote for the local (root) store. I set the mounted team store's autosync to true:
gopass config --store <team-store> autosync true
But when inserting/changing secrets in the team store, the changes were not automatically pushed to the team remote. I could manually push them using
gopass git -s <team-store> push
. When I set the root store's autosync to true as well, then the team store automatically pushed to the remote, as expected.I'm using gopass version 1.6.10
The text was updated successfully, but these errors were encountered: