adding azure auth plugin (#4180)

This commit is contained in:
Chris Hoffman
2018-03-21 17:35:31 -04:00
committed by GitHub
parent 44aa151b78
commit df723aa4b6
66 changed files with 24094 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ import (
auditSocket "github.com/hashicorp/vault/builtin/audit/socket"
auditSyslog "github.com/hashicorp/vault/builtin/audit/syslog"
credAzure "github.com/hashicorp/vault-plugin-auth-azure/plugin"
credCentrify "github.com/hashicorp/vault-plugin-auth-centrify"
credGcp "github.com/hashicorp/vault-plugin-auth-gcp/plugin"
credKube "github.com/hashicorp/vault-plugin-auth-kubernetes"
@@ -91,6 +92,7 @@ var (
"app-id": credAppId.Factory,
"approle": credAppRole.Factory,
"aws": credAws.Factory,
"azure": credAzure.Factory,
"centrify": credCentrify.Factory,
"cert": credCert.Factory,
"gcp": credGcp.Factory,