DEV Community

Discussion on: What is: Linux keyring, gnome-keyring, Secret Service, and D-Bus

Collapse
 
rafaelbadan profile image
Rafael

Great article @Arseny Zinchenko

I'm trying to build the CI for a project called cryptobox and I'm stuck with the problem:

Message: 14:00:11.920: Remote error from secret service: org.freedesktop.DBus.Error.UnknownMethod: No such interface 'org.freedesktop.Secret.Collection' on object at path /org/freedesktop/secrets/collection/login
Enter fullscreen mode Exit fullscreen mode

Since the CI is running on a headless OS, the workaround suggested:

. /etc/X11/xinit/xinitrc.d/50-systemd-user.sh
Enter fullscreen mode Exit fullscreen mode

won't work. :/

I'm currently using secret-tool to store password.

Do you have any suggestion on that matter?