auth/kubernetes: Update plugin to v0.11.5 (#13925)
This commit is contained in:
parent
ccba717a93
commit
7aaee22e07
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
auth/kubernetes: Properly handle the migration of role storage entries containing an empty `alias_name_source`
|
||||
```
|
2
go.mod
2
go.mod
|
@ -97,7 +97,7 @@ require (
|
|||
github.com/hashicorp/vault-plugin-auth-gcp v0.11.3
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.11.4
|
||||
github.com/hashicorp/vault-plugin-auth-kerberos v0.5.0
|
||||
github.com/hashicorp/vault-plugin-auth-kubernetes v0.7.1-0.20220107030939-d289258274b7
|
||||
github.com/hashicorp/vault-plugin-auth-kubernetes v0.7.1-0.20220207145307-c9fa6acdfe0e
|
||||
github.com/hashicorp/vault-plugin-auth-oci v0.9.0
|
||||
github.com/hashicorp/vault-plugin-database-couchbase v0.5.1
|
||||
github.com/hashicorp/vault-plugin-database-elasticsearch v0.9.1
|
||||
|
|
4
go.sum
4
go.sum
|
@ -956,8 +956,8 @@ github.com/hashicorp/vault-plugin-auth-jwt v0.11.4 h1:rL/hvd7uGB8CGpw1FKxxUD/dBJ
|
|||
github.com/hashicorp/vault-plugin-auth-jwt v0.11.4/go.mod h1:jzjDdssus8sw8G6NOP7kNFMEeIvrjXvPHUR3pEn5+r0=
|
||||
github.com/hashicorp/vault-plugin-auth-kerberos v0.5.0 h1:oORxeqOraVVLQrb+z3fj5JayPmH/JBxJWGywZ8ZRJt0=
|
||||
github.com/hashicorp/vault-plugin-auth-kerberos v0.5.0/go.mod h1:eqjae8tMBpAWgJNk1NjV/vtJYXQRZnYudUkBFowz3bY=
|
||||
github.com/hashicorp/vault-plugin-auth-kubernetes v0.7.1-0.20220107030939-d289258274b7 h1:/VoIuHApeOStEIgLIF8J77OsLuCPLEhsfGnt3iYEivw=
|
||||
github.com/hashicorp/vault-plugin-auth-kubernetes v0.7.1-0.20220107030939-d289258274b7/go.mod h1:HNcW9fnQIKw9g5qnxRQn6pHfGnSuVwBJAGb/v2/2dvw=
|
||||
github.com/hashicorp/vault-plugin-auth-kubernetes v0.7.1-0.20220207145307-c9fa6acdfe0e h1:72g9l5spX1sXeXunZl5GyPnOEy6E+P236CxWohkcfrE=
|
||||
github.com/hashicorp/vault-plugin-auth-kubernetes v0.7.1-0.20220207145307-c9fa6acdfe0e/go.mod h1:HNcW9fnQIKw9g5qnxRQn6pHfGnSuVwBJAGb/v2/2dvw=
|
||||
github.com/hashicorp/vault-plugin-auth-oci v0.9.0 h1:5wuHuPsW/MM5x0yvbr5ZwFLviNdF7q2t+z9saL7zjcI=
|
||||
github.com/hashicorp/vault-plugin-auth-oci v0.9.0/go.mod h1:Cn5cjR279Y+snw8LTaiLTko3KGrbigRbsQPOd2D5xDw=
|
||||
github.com/hashicorp/vault-plugin-database-couchbase v0.5.1 h1:WsXcOHHVwphwsrNGxpxRHcFzVgApN17ZNiE5RVD+q78=
|
||||
|
|
Loading…
Reference in New Issue