Replies: 1 comment
-
Generally speaking "use cases" are better for blogs and niche user sites. We have pending documentation for secret service itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
My use case is pretty common I think, I have multiple passwords that I need to retrieve from the database in a non interactive manner for programs like mbsync.
I browsed the official doc and stumbled upon keepassxc-cli which seemed perfect, I have a cli that looks like this in my mbsyncrc:
PassCmd "keepassxc-cli show -sa password "
It works but since I have multiple accounts, I'm getting prompted for the database password multiple times which isn't very practical.
I browsed the github issues to know what my options are:
...
I would love to see these in the official docs, explaining what the trade off are for each approach, recommended approach.. , right now using secret-tools seems to be my best bet?
In my personal use case, I don't mind getting prompted, I just need to figure out how to make mbsync retrieve all the passwords it needs in one go and then make them available to the different account that needs this.
Beta Was this translation helpful? Give feedback.
All reactions