mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-01 07:08:05 -04:00
Add centrify CLI handler support
This commit is contained in:
parent
b8a4dc1e09
commit
359c7cdffa
1 changed files with 6 additions and 5 deletions
|
|
@ -185,11 +185,12 @@ func init() {
|
|||
}
|
||||
|
||||
loginHandlers := map[string]LoginHandler{
|
||||
"aws": &credAws.CLIHandler{},
|
||||
"cert": &credCert.CLIHandler{},
|
||||
"github": &credGitHub.CLIHandler{},
|
||||
"ldap": &credLdap.CLIHandler{},
|
||||
"okta": &credOkta.CLIHandler{},
|
||||
"aws": &credAws.CLIHandler{},
|
||||
"centrify": &credCentrify.CLIHandler{},
|
||||
"cert": &credCert.CLIHandler{},
|
||||
"github": &credGitHub.CLIHandler{},
|
||||
"ldap": &credLdap.CLIHandler{},
|
||||
"okta": &credOkta.CLIHandler{},
|
||||
"radius": &credUserpass.CLIHandler{
|
||||
DefaultMount: "radius",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue