Add centrify CLI handler support

This commit is contained in:
Jeff Mitchell
2018-02-05 10:56:57 -05:00
parent b8a4dc1e09
commit 359c7cdffa

View File

@@ -186,6 +186,7 @@ func init() {
loginHandlers := map[string]LoginHandler{
"aws": &credAws.CLIHandler{},
"centrify": &credCentrify.CLIHandler{},
"cert": &credCert.CLIHandler{},
"github": &credGitHub.CLIHandler{},
"ldap": &credLdap.CLIHandler{},