You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whatever I use for LibSecretCollectionName or ServiceName, the library attempts to create a new keyring. How can I use the default keyring? In seahorse it is listed as Default keyring:
Even if I name the collection the same way, the library will create a new keyring with the same name:
With the https://github.com/zalando/go-keyring library, using their example from the README will write to the default keyring, so it should be possible somehow.
The text was updated successfully, but these errors were encountered:
Whatever I use for
LibSecretCollectionName
orServiceName
, the library attempts to create a new keyring. How can I use the default keyring? In seahorse it is listed asDefault keyring
:Even if I name the collection the same way, the library will create a new keyring with the same name:
With the https://github.com/zalando/go-keyring library, using their example from the README will write to the default keyring, so it should be possible somehow.
The text was updated successfully, but these errors were encountered: