dvdmuckle/spc

spc auth does not work on headless/server Ubuntu

Open

#171 opened on Oct 17, 2023

 (0 comments) (0 reactions) (0 assignees)Go (8 forks)auto 404
hacktoberfesthelp wanted

Repository metrics

Stars
 (23 stars)
PR merge metrics
 (PR metrics pending)

Description

Running in both a multipass Ubuntu virt, and on a personal metal server, this error pops up when running spc auth

Error: Error saving token to keyringfailed to unlock correct collection '/org/freedesktop/secrets/aliases/default'

This looks to do with how the login keyring is not created by default for headless users. This might just require additional instructions for headless users to create this keyring, as opposed to a code fix.

Contributor guide