-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Vault 1.5.x to use GCP Auth v0.7.2 (#11499)
* Updates Vault 1.5.x to use GCP Auth Plugin v0.7.2 * Updates Vault 1.5.x to use GCP Auth Plugin v0.7.2 * fix typo Co-authored-by: Austin Gebauer <[email protected]> Co-authored-by: Calvin Leung Huang <[email protected]>
- Loading branch information
1 parent
a841e05
commit 2159925
Showing
8 changed files
with
82 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
```release-note:change | ||
auth/gcp: Update to v0.7.2 to use IAM Service Account Credentials API for | ||
signing JWTs | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 14 additions & 3 deletions
17
vendor/github.com/hashicorp/go-gcp-common/gcputil/iam_admin.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
47 changes: 41 additions & 6 deletions
47
vendor/github.com/hashicorp/vault-plugin-auth-gcp/plugin/backend.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
31 changes: 9 additions & 22 deletions
31
vendor/github.com/hashicorp/vault-plugin-auth-gcp/plugin/cli.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 6 additions & 6 deletions
12
vendor/github.com/hashicorp/vault-plugin-auth-gcp/plugin/login_util.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters