Skip to content

Commit

Permalink
Update Vault 1.5.x to use GCP Auth v0.7.2 (#11499)
Browse files Browse the repository at this point in the history
* 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
3 people authored May 7, 2021
1 parent a841e05 commit 2159925
Show file tree
Hide file tree
Showing 8 changed files with 82 additions and 41 deletions.
4 changes: 4 additions & 0 deletions changelog/11499.txt
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
```
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require (
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-gcp-common v0.6.0
github.com/hashicorp/go-gcp-common v0.7.0
github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/go-kms-wrapping v0.5.12
github.com/hashicorp/go-memdb v1.0.2
Expand All @@ -68,7 +68,7 @@ require (
github.com/hashicorp/vault-plugin-auth-azure v0.5.6
github.com/hashicorp/vault-plugin-auth-centrify v0.5.5
github.com/hashicorp/vault-plugin-auth-cf v0.5.4
github.com/hashicorp/vault-plugin-auth-gcp v0.7.1
github.com/hashicorp/vault-plugin-auth-gcp v0.7.2
github.com/hashicorp/vault-plugin-auth-jwt v0.7.4
github.com/hashicorp/vault-plugin-auth-kerberos v0.1.6
github.com/hashicorp/vault-plugin-auth-kubernetes v0.7.1
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ github.com/hashicorp/go-gatedio v0.5.0/go.mod h1:Lr3t8L6IyxD3DAeaUxGcgl2JnRUpWMC
github.com/hashicorp/go-gcp-common v0.5.0/go.mod h1:IDGUI2N/OS3PiU4qZcXJeWKPI6O/9Y8hOrbSiMcqyYw=
github.com/hashicorp/go-gcp-common v0.6.0 h1:m1X+DK003bj4WEjqOnv+Csepb3zpfN/bidboUeUSj68=
github.com/hashicorp/go-gcp-common v0.6.0/go.mod h1:RuZi18562/z30wxOzpjeRrGcmk9Ro/rBzixaSZDhIhY=
github.com/hashicorp/go-gcp-common v0.7.0 h1:DF2liDG2N71MYt5SN0FJRPdBjxeqx9wfM/PnF7a8Fqk=
github.com/hashicorp/go-gcp-common v0.7.0/go.mod h1:RuZi18562/z30wxOzpjeRrGcmk9Ro/rBzixaSZDhIhY=
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd/go.mod h1:9bjs9uLqI8l75knNv3lV1kA55veR+WUPSiKIWcQHudI=
github.com/hashicorp/go-hclog v0.8.0/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
github.com/hashicorp/go-hclog v0.9.1/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
Expand Down Expand Up @@ -524,6 +526,8 @@ github.com/hashicorp/vault-plugin-auth-gcp v0.5.1/go.mod h1:eLj92eX8MPI4vY1jaazV
github.com/hashicorp/vault-plugin-auth-gcp v0.6.2-0.20200428223335-82bd3a3ad5b3/go.mod h1:U0fkAlxWTEyQ74lx8wlGdD493lP1DD/qpMjXgOEbwj0=
github.com/hashicorp/vault-plugin-auth-gcp v0.7.1 h1:l5xIvs/p0208m8U8wSaoNgClfhnYlG3uufH5AjFvjjk=
github.com/hashicorp/vault-plugin-auth-gcp v0.7.1/go.mod h1:sHDguHmyGScoalGLEjuxvDCrMPVlw2c3f+ieeiHcv6w=
github.com/hashicorp/vault-plugin-auth-gcp v0.7.2 h1:TTfN57IP8gHedVnDwswROC1ONMCa0ClkZiQKD4yaLg0=
github.com/hashicorp/vault-plugin-auth-gcp v0.7.2/go.mod h1:Z+mj9fAqzXfDNxLmMoSS8NheVK7ugLvD8sTHO1GXfCA=
github.com/hashicorp/vault-plugin-auth-jwt v0.6.2/go.mod h1:SFadxIfoLGzugEjwUUmUaCGbsYEz2/jJymZDDQjEqYg=
github.com/hashicorp/vault-plugin-auth-jwt v0.7.4 h1:+2hfHxkOhR9lzeVIe7zOt99oPiSpaJME3ByyObYNE1c=
github.com/hashicorp/vault-plugin-auth-jwt v0.7.4/go.mod h1:pyR4z5f2Vuz9TXucuN0rivUJTtSdlOtDdZ16IqBjZVo=
Expand Down
17 changes: 14 additions & 3 deletions 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.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 9 additions & 22 deletions 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.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ github.com/hashicorp/errwrap
github.com/hashicorp/go-bindata
# github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-cleanhttp
# github.com/hashicorp/go-gcp-common v0.6.0
# github.com/hashicorp/go-gcp-common v0.7.0
github.com/hashicorp/go-gcp-common/gcputil
# github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/go-hclog
Expand Down Expand Up @@ -458,7 +458,7 @@ github.com/hashicorp/vault-plugin-auth-cf/signatures
github.com/hashicorp/vault-plugin-auth-cf/testing/certificates
github.com/hashicorp/vault-plugin-auth-cf/testing/cf
github.com/hashicorp/vault-plugin-auth-cf/util
# github.com/hashicorp/vault-plugin-auth-gcp v0.7.1
# github.com/hashicorp/vault-plugin-auth-gcp v0.7.2
github.com/hashicorp/vault-plugin-auth-gcp/plugin
github.com/hashicorp/vault-plugin-auth-gcp/plugin/cache
# github.com/hashicorp/vault-plugin-auth-jwt v0.7.4
Expand Down

0 comments on commit 2159925

Please sign in to comment.