Using the keyring on Linux (Freedesktop Secret service) #566
VannTen
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I've faced some issues on setting up
jira-cli
using KeepassXC as my secret service (via the freedesktop secret service dbus api), so why not share that and avoid others the struggle.login
collection exposed through the Dbus Secret Service API, as go-keyring only search in that one.secret-tool store --label 'Jira Personal Access Token' service jira-cli username <your login>
(That last step took me a long time, I kept trying to use :
secret-tool store --label 'Jira Personal Access Token' jira-cli <your login>
Hope that will be useful to others :)
(Maybe that could be added to #356 ? )
Beta Was this translation helpful? Give feedback.
All reactions