local-app: Handle access token storage if keyring isn't running on enviroments such as WSL #8178
Labels
component: local app
meta: stale
This issue/PR is stale and will be closed soon
team: IDE
type: feature request
New feature or request
Is your feature request related to a problem? Please describe
One of the painpoints of running the Local Companion in server environments where there's no GUI installed by default or in case of WSL, the distro's init system of choice isn't ran as PID 1 so we need to use the good old
/etc/init.d
scripts.Describe the behaviour you'd like
Possibly store the access token generated from the OAuth authorization code exchange as an SQLite database or YAML config in
~/.config/gitpod-local-companion
(~/AppData/Local/gitpod-local-companion
in Windows).Describe alternatives you've considered
While
--mock-keyring
flag might be closest alternative to this situation, we need to literally reauthenicate every time we fire up the Local Companion binary.Additional context
No response
The text was updated successfully, but these errors were encountered: