Skip to content

Improve Linux keyring docs #9

@leslie-corbalt

Description

@leslie-corbalt

I use WSL2 linux (windows subsystem linux version 2 running ubuntu 20.04). Since I don't log into linux, the gnome-keyring is locked.
To unlock it, I had to run the following 2 commands:

dbus-run-session -- bash --noprofile --norc
echo -n <sudo-password> | gnome-keyring-daemon --unlock # this creates the keyring and unlocks it

To verify the keyring exists, run

ls -al ~/.local/share/keyrings

Note: my opinion is to only allow users to configure the API option (and not use keyrings at all). A pre-requisite for using kion should be for a user to verify they have the Add App API Key in the CloudTamer UI. If not, they can write a ticket and request the API key permission.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions