secrets/azure: upgrade to v0.15.1 for bug fix (#21632)

* secrets/azure: upgrade to v0.15.1 for bug fix

* adds changelog
This commit is contained in:
Austin Gebauer
2023-07-06 12:57:24 -07:00
committed by GitHub
parent ac380ce1d3
commit 8a9e9bf92c
3 changed files with 6 additions and 3 deletions

3
changelog/21632.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:bug
secrets/azure: Fix intermittent 401s by preventing performance secondary clusters from rotating root credentials.
```

2
go.mod
View File

@@ -128,7 +128,7 @@ require (
github.com/hashicorp/vault-plugin-mock v0.16.1
github.com/hashicorp/vault-plugin-secrets-ad v0.15.0
github.com/hashicorp/vault-plugin-secrets-alicloud v0.14.1
github.com/hashicorp/vault-plugin-secrets-azure v0.15.0
github.com/hashicorp/vault-plugin-secrets-azure v0.15.1
github.com/hashicorp/vault-plugin-secrets-gcp v0.15.0
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.14.0
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.3.0

4
go.sum
View File

@@ -1174,8 +1174,8 @@ github.com/hashicorp/vault-plugin-secrets-ad v0.15.0 h1:4y/CtX4977uJXPWh5d70Raw5
github.com/hashicorp/vault-plugin-secrets-ad v0.15.0/go.mod h1:+HVm4DDDc66fzFvL9FrgM/6ByVWR8eK3OA1050EjmOw=
github.com/hashicorp/vault-plugin-secrets-alicloud v0.14.1 h1:kFcdTltTe5HP0ILuB+YNw++Iy/PZMLv/i2FsmdXfGfM=
github.com/hashicorp/vault-plugin-secrets-alicloud v0.14.1/go.mod h1:sSjBgGh3o9cvMvpNC5K0DL+CndPL4fbsseR/pLiMlb8=
github.com/hashicorp/vault-plugin-secrets-azure v0.15.0 h1:R/3KLTOwvPIZenMrmeSIBWymKq5nYgA/bucXzBPyb3Q=
github.com/hashicorp/vault-plugin-secrets-azure v0.15.0/go.mod h1:frXRdkP8NFYLRIPLQsfIBKMaDrCmHJjv65N9QqAkN1w=
github.com/hashicorp/vault-plugin-secrets-azure v0.15.1 h1:bYAC6gWttCUUZ6+L9pY4TGcRhl8jp/3TF1NKiM6B2Xw=
github.com/hashicorp/vault-plugin-secrets-azure v0.15.1/go.mod h1:frXRdkP8NFYLRIPLQsfIBKMaDrCmHJjv65N9QqAkN1w=
github.com/hashicorp/vault-plugin-secrets-gcp v0.15.0 h1:SfYIFmgFg/8p4fgLCV8YxxkI+iQN0c4gSjMJhg9vFJw=
github.com/hashicorp/vault-plugin-secrets-gcp v0.15.0/go.mod h1:/eOk7gJ5zvmOKgP5Ih7/5rZm5jOKDvGFpANIRqbr/Mc=
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.14.0 h1:eUC5ltK+1bkc+SVMzAUq4tBeNrsDXyCuITH8jeajXcM=