Bump secrets-gcp for panic fix (#6)

This commit is contained in:
Jeff Mitchell 2018-04-23 10:11:14 -04:00
parent 45fe086107
commit 8d338f9903
2 changed files with 8 additions and 8 deletions

View File

@ -143,7 +143,7 @@ func (b *backend) verifySecretServiceKeyExists(ctx context.Context, req *logical
if k, err := iamAdmin.Projects.ServiceAccounts.Keys.Get(keyName.(string)).Do(); err != nil || k == nil { if k, err := iamAdmin.Projects.ServiceAccounts.Keys.Get(keyName.(string)).Do(); err != nil || k == nil {
return logical.ErrorResponse(fmt.Sprintf("could not confirm key still exists in GCP: %v", err)), nil return logical.ErrorResponse(fmt.Sprintf("could not confirm key still exists in GCP: %v", err)), nil
} }
return nil, nil return &logical.Response{}, nil
} }
func secretKeyRevoke(ctx context.Context, req *logical.Request, d *framework.FieldData) (*logical.Response, error) { func secretKeyRevoke(ctx context.Context, req *logical.Request, d *framework.FieldData) (*logical.Response, error) {

14
vendor/vendor.json vendored
View File

@ -1321,22 +1321,22 @@
"revisionTime": "2018-04-03T19:54:48Z" "revisionTime": "2018-04-03T19:54:48Z"
}, },
{ {
"checksumSHA1": "RPIFaxCjd6lchN99dcfhJ0vqqTI=", "checksumSHA1": "0BXf2h4FJSUTdVK3m75a1KXnYVA=",
"path": "github.com/hashicorp/vault-plugin-secrets-gcp/plugin", "path": "github.com/hashicorp/vault-plugin-secrets-gcp/plugin",
"revision": "b5ca08100f178f8c3eb138c4f5c4a3d039ed173e", "revision": "18d7e59878f9f9c264d52b4b894e4f445ce8cbcc",
"revisionTime": "2018-04-17T17:32:19Z" "revisionTime": "2018-04-23T14:10:30Z"
}, },
{ {
"checksumSHA1": "1xWWeopXV4tbHTrVM1eFuH8TCuo=", "checksumSHA1": "1xWWeopXV4tbHTrVM1eFuH8TCuo=",
"path": "github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil", "path": "github.com/hashicorp/vault-plugin-secrets-gcp/plugin/iamutil",
"revision": "b5ca08100f178f8c3eb138c4f5c4a3d039ed173e", "revision": "18d7e59878f9f9c264d52b4b894e4f445ce8cbcc",
"revisionTime": "2018-04-17T17:32:19Z" "revisionTime": "2018-04-23T14:10:30Z"
}, },
{ {
"checksumSHA1": "81kYL49zTBoj1NYczxB2Xbr2d6Y=", "checksumSHA1": "81kYL49zTBoj1NYczxB2Xbr2d6Y=",
"path": "github.com/hashicorp/vault-plugin-secrets-gcp/plugin/util", "path": "github.com/hashicorp/vault-plugin-secrets-gcp/plugin/util",
"revision": "b5ca08100f178f8c3eb138c4f5c4a3d039ed173e", "revision": "18d7e59878f9f9c264d52b4b894e4f445ce8cbcc",
"revisionTime": "2018-04-17T17:32:19Z" "revisionTime": "2018-04-23T14:10:30Z"
}, },
{ {
"checksumSHA1": "m3cQgQrCSuWHiPA339FaZU6LuHU=", "checksumSHA1": "m3cQgQrCSuWHiPA339FaZU6LuHU=",