Bump secrets-ad plugin
This commit is contained in:
parent
bba64f2cca
commit
e691f7a4e9
4
go.mod
4
go.mod
|
@ -76,14 +76,14 @@ require (
|
|||
github.com/hashicorp/vault-plugin-auth-kubernetes v0.5.2-0.20190621030801-e469573c6fcf
|
||||
github.com/hashicorp/vault-plugin-auth-pcf v0.0.0-20190620165201-6bd563e0a2a2
|
||||
github.com/hashicorp/vault-plugin-database-elasticsearch v0.0.0-20190619214355-1541bbf73c6d
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.5.2-0.20190426163411-b627ed8a028f
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.5.2-0.20190701201353-a0bef50be687
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.5.2-0.20190621033057-9c576c32b635
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.5.2-0.20190509203638-8a60a8656fb0
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.5.3-0.20190620162751-272efd334652
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.5.2-0.20190516000311-88f9a4f11829
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.5.2-0.20190626201950-a6e92ff82578
|
||||
github.com/hashicorp/vault/api v1.0.3-0.20190627213952-21b5ec5dc34c
|
||||
github.com/hashicorp/vault/sdk v0.1.12-0.20190701201232-dc51c00991a6
|
||||
github.com/hashicorp/vault/sdk v0.1.12-0.20190701201300-42a821ef5baa
|
||||
github.com/influxdata/influxdb v0.0.0-20190411212539-d24b7ba8c4c4
|
||||
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
||||
github.com/jackc/pgx v3.3.0+incompatible // indirect
|
||||
|
|
4
go.sum
4
go.sum
|
@ -322,8 +322,8 @@ github.com/hashicorp/vault-plugin-auth-pcf v0.0.0-20190620165201-6bd563e0a2a2 h1
|
|||
github.com/hashicorp/vault-plugin-auth-pcf v0.0.0-20190620165201-6bd563e0a2a2/go.mod h1:BA6J0KhTYd8LYiFmaAu52mC89FfhFX6gwZdSuppzyB8=
|
||||
github.com/hashicorp/vault-plugin-database-elasticsearch v0.0.0-20190619214355-1541bbf73c6d h1:tHSfqnFZ7K/85dPgH3ApSP93TbzkUHGkOWPnBRjWHIM=
|
||||
github.com/hashicorp/vault-plugin-database-elasticsearch v0.0.0-20190619214355-1541bbf73c6d/go.mod h1:855Fcz9eNj3I3ZXVm+GnvSdy8mJx67tfG7CId9VfVlo=
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.5.2-0.20190426163411-b627ed8a028f h1:OhDxQL2hTZ3jOBPIZfkk9stIfEVPGvgFmAhsSMAAdZo=
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.5.2-0.20190426163411-b627ed8a028f/go.mod h1:EH9CI8+0aWRBz8eIgGth0QjttmHWlGvn+8ZmX/ZUetE=
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.5.2-0.20190701201353-a0bef50be687 h1:dlbFaUPvrZNXP4DvhB5u71XWzJNfnMMzurZPcJtfszo=
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.5.2-0.20190701201353-a0bef50be687/go.mod h1:pRJAA/Gl+UaSYeULx9ecXZ3f1oxIRATRfmLZKP3HUiM=
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.5.2-0.20190621033057-9c576c32b635 h1:IMyMZI6YiX0FtOlG6fcXSFePKudI+MUBwqvz/3GHgac=
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.5.2-0.20190621033057-9c576c32b635/go.mod h1:BwAuulKwAmq/YckIQCsBLAetJC/cAet3ErMsoTtvkB0=
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.5.2-0.20190509203638-8a60a8656fb0 h1:VaW9pSSP2qeR+BtOVuOkGzQ/fH9ODgiVgUrHhzNyGKw=
|
||||
|
|
2
vendor/github.com/hashicorp/vault-plugin-secrets-ad/plugin/path_config.go
generated
vendored
2
vendor/github.com/hashicorp/vault-plugin-secrets-ad/plugin/path_config.go
generated
vendored
|
@ -82,7 +82,7 @@ func (b *backend) configFields() map[string]*framework.FieldSchema {
|
|||
|
||||
func (b *backend) configUpdateOperation(ctx context.Context, req *logical.Request, fieldData *framework.FieldData) (*logical.Response, error) {
|
||||
// Build and validate the ldap conf.
|
||||
activeDirectoryConf, err := ldaputil.NewConfigEntry(fieldData)
|
||||
activeDirectoryConf, err := ldaputil.NewConfigEntry(nil, fieldData)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
4
vendor/modules.txt
vendored
4
vendor/modules.txt
vendored
|
@ -345,7 +345,7 @@ github.com/hashicorp/vault-plugin-auth-pcf/testing/certificates
|
|||
github.com/hashicorp/vault-plugin-auth-pcf/testing/pcf
|
||||
# github.com/hashicorp/vault-plugin-database-elasticsearch v0.0.0-20190619214355-1541bbf73c6d
|
||||
github.com/hashicorp/vault-plugin-database-elasticsearch
|
||||
# github.com/hashicorp/vault-plugin-secrets-ad v0.5.2-0.20190426163411-b627ed8a028f
|
||||
# github.com/hashicorp/vault-plugin-secrets-ad v0.5.2-0.20190701201353-a0bef50be687
|
||||
github.com/hashicorp/vault-plugin-secrets-ad/plugin
|
||||
github.com/hashicorp/vault-plugin-secrets-ad/plugin/client
|
||||
github.com/hashicorp/vault-plugin-secrets-ad/plugin/util
|
||||
|
@ -364,7 +364,7 @@ github.com/hashicorp/vault-plugin-secrets-gcpkms
|
|||
github.com/hashicorp/vault-plugin-secrets-kv
|
||||
# github.com/hashicorp/vault/api v1.0.3-0.20190627213952-21b5ec5dc34c => ./api
|
||||
github.com/hashicorp/vault/api
|
||||
# github.com/hashicorp/vault/sdk v0.1.12-0.20190701201232-dc51c00991a6 => ./sdk
|
||||
# github.com/hashicorp/vault/sdk v0.1.12-0.20190701201300-42a821ef5baa => ./sdk
|
||||
github.com/hashicorp/vault/sdk/helper/salt
|
||||
github.com/hashicorp/vault/sdk/helper/strutil
|
||||
github.com/hashicorp/vault/sdk/helper/wrapping
|
||||
|
|
Loading…
Reference in a new issue