mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Update plugins
This commit is contained in:
parent
59a4145aa9
commit
267e929553
2 changed files with 4 additions and 3 deletions
1
vendor/github.com/hashicorp/vault-plugin-auth-kubernetes/token_review.go
generated
vendored
1
vendor/github.com/hashicorp/vault-plugin-auth-kubernetes/token_review.go
generated
vendored
|
|
@ -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
6
vendor/vendor.json
vendored
|
|
@ -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=",
|
||||
|
|
|
|||
Loading…
Reference in a new issue