Update plugins

This commit is contained in:
Jeff Mitchell 2018-07-24 22:19:38 -04:00
parent 59a4145aa9
commit 267e929553
2 changed files with 4 additions and 3 deletions

View file

@ -85,6 +85,7 @@ func (t *tokenReviewAPI) Review(jwt string) (*tokenReviewResult, error) {
if len(t.config.TokenReviewerJWT) > 0 {
bearer = fmt.Sprintf("Bearer %s", t.config.TokenReviewerJWT)
}
bearer = strings.TrimSpace(bearer)
// Set the JWT as the Bearer token
req.Header.Set("Authorization", bearer)

6
vendor/vendor.json vendored
View file

@ -1321,10 +1321,10 @@
"revisionTime": "2018-07-10T15:13:41Z"
},
{
"checksumSHA1": "L5pDwOw2/MLLUSykrwxXbXQI7zI=",
"checksumSHA1": "GAsPitFJRlzOg7kkQVKWksOY5bM=",
"path": "github.com/hashicorp/vault-plugin-auth-kubernetes",
"revision": "7ca24869a5b9c9e308c475a21c9ce1331734120e",
"revisionTime": "2018-06-19T23:09:39Z"
"revision": "79458d2576b21c11a9482f0a16074bcb1b657e7f",
"revisionTime": "2018-07-23T17:26:15Z"
},
{
"checksumSHA1": "kGEaf6lxGWkJibW4Dto2wFDXrfY=",