mirror of
https://github.com/quexten/goldwarden.git
synced 2025-02-02 21:16:47 +01:00
Fix ssh systemauth handling
This commit is contained in:
parent
e53a49b47a
commit
86cafcfc83
@ -36,6 +36,8 @@ func (vaultAgent vaultAgent) List() ([]*agent.Key, error) {
|
||||
if !vaultAgent.unlockRequestAction() {
|
||||
return nil, errors.New("vault is locked")
|
||||
}
|
||||
|
||||
systemauth.CreatePinSession(vaultAgent.context)
|
||||
}
|
||||
|
||||
vaultSSHKeys := (*vaultAgent.vault).GetSSHKeys()
|
||||
|
Loading…
x
Reference in New Issue
Block a user