Open
Description
Describe the bug
Using the boundary CLI with enabled -keyring-type secret-service
on Manjaro Linux with Plasma6 does not use the default wallet (kdewallet
) but tries to create a new login
wallet.
To Reproduce
Steps to reproduce the behavior:
- Run
boundary authenticate -keyring-type secret-service
- See Plasma asking for new wallet
Expected behavior
Utelize the wallet, managed by the system and do not assume names.
Additional context
Relevant code:
boundary/internal/cmd/base/keyring.go
Line 139 in 046c24d