Skip to content

Commit

Permalink
Initial import of Azure Secrets (#5120)
Browse files Browse the repository at this point in the history
* Initial import of Azure Secrets

* Update vendor folder
  • Loading branch information
kalafut authored and briankassouf committed Aug 16, 2018
1 parent d3f8eab commit 1b8b425
Show file tree
Hide file tree
Showing 31 changed files with 10,509 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ _testmain.go
example.hcl
example.vault.d

# Without this, the *.[568vq] above ignores this folder.
!**/graphrbac/1.6

# Ruby
website/vendor
website/.bundle
Expand Down
2 changes: 2 additions & 0 deletions command/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"syscall"

ad "github.com/hashicorp/vault-plugin-secrets-ad/plugin"
azure "github.com/hashicorp/vault-plugin-secrets-azure"
gcp "github.com/hashicorp/vault-plugin-secrets-gcp/plugin"
kv "github.com/hashicorp/vault-plugin-secrets-kv"
"github.com/hashicorp/vault/audit"
Expand Down Expand Up @@ -121,6 +122,7 @@ var (
logicalBackends = map[string]logical.Factory{
"ad": ad.Factory,
"aws": aws.Factory,
"azure": azure.Factory,
"cassandra": cassandra.Factory,
"consul": consul.Factory,
"database": database.Factory,
Expand Down
Loading

0 comments on commit 1b8b425

Please sign in to comment.