mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
enable CLI cert login
This commit is contained in:
@@ -89,6 +89,7 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
|
||||
"github": &credGitHub.CLIHandler{},
|
||||
"userpass": &credUserpass.CLIHandler{},
|
||||
"ldap": &credLdap.CLIHandler{},
|
||||
"cert": &credCert.CLIHandler{},
|
||||
},
|
||||
}, nil
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user