How to run gnome-keyring-daemon inside a toolbox container

I’m trying to use VS Code as an rpm package inside a toolbox container on Silverblue. The microsoft or github authentication within VS Code doesn’t seem to show up under the Accounts button. After some searching I found that it needs the org.freedesktop.Secrets service to be running and this is provided by gnome-keyring. Systemd is not the init system inside the container so I’m at a loss as to how I would start the gnome-keyring-daemon.

Any help troubleshooting this would be appreciated.

1 Like

1.5 years later, I am here with the same exact issue.
A workaround is to append --password-store=“basic” to it’s launch argument in the .desktop file