Update vault-plugin-auth-gcp to get client invalidation fix

This commit is contained in:
Jeff Mitchell 2018-04-07 21:07:43 -04:00
parent e1edbbde4f
commit 36c507b273
2 changed files with 9 additions and 5 deletions

View File

@ -59,6 +59,10 @@ func (b *GcpAuthBackend) pathConfigWrite(ctx context.Context, req *logical.Reque
if err := req.Storage.Put(ctx, entry); err != nil {
return nil, err
}
// Invalidate exisitng clients so they read the new configuration
b.Close()
return nil, nil
}

10
vendor/vendor.json vendored
View File

@ -1297,16 +1297,16 @@
"revisionTime": "2018-04-03T19:19:30Z"
},
{
"checksumSHA1": "tL7KItTD9AMO1kiYtx1UPFHlSK8=",
"checksumSHA1": "klHF0u2D5rTw60ZcNufHHtO8nSk=",
"path": "github.com/hashicorp/vault-plugin-auth-gcp/plugin",
"revision": "df8bafaba3c96499674c60d7f60af220a7b70ec0",
"revisionTime": "2018-04-05T19:37:04Z"
"revision": "c1f38c311636440ff37e1f655f9722d3d9c1c0cc",
"revisionTime": "2018-04-08T01:06:05Z"
},
{
"checksumSHA1": "ffJQvzbQvmCG/PdaElGSfGnDgNM=",
"path": "github.com/hashicorp/vault-plugin-auth-gcp/plugin/util",
"revision": "df8bafaba3c96499674c60d7f60af220a7b70ec0",
"revisionTime": "2018-04-05T19:37:04Z"
"revision": "c1f38c311636440ff37e1f655f9722d3d9c1c0cc",
"revisionTime": "2018-04-08T01:06:05Z"
},
{
"checksumSHA1": "I3b7HgnguhModU0rkNBp3PjzpZ8=",