Add GCP auth helper (#4654)

* update auth plugin vendoring

* add GCP auth helper and docs
This commit is contained in:
emily
2018-05-29 19:36:24 -05:00
committed by Jeff Mitchell
parent 648ea3345f
commit 8568e791dd
9 changed files with 433 additions and 193 deletions

View File

@@ -201,6 +201,7 @@ func initCommands(ui, serverCmdUi cli.Ui, runOpts *RunOptions) {
"aws": &credAws.CLIHandler{},
"centrify": &credCentrify.CLIHandler{},
"cert": &credCert.CLIHandler{},
"gcp": &credGcp.CLIHandler{},
"github": &credGitHub.CLIHandler{},
"ldap": &credLdap.CLIHandler{},
"okta": &credOkta.CLIHandler{},