Update vault-plugin-auth-azure to v0.20.3 (#30082)

This commit is contained in:
hc-github-team-secure-vault-core 2025-03-28 11:11:40 -07:00 committed by GitHub
parent 5019a2a4ac
commit b5603f1608
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

3
changelog/30082.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:change
auth/azure: Update plugin to v0.20.3
```

2
go.mod
View file

@ -137,7 +137,7 @@ require (
github.com/hashicorp/raft-wal v0.4.0
github.com/hashicorp/vault-hcp-lib v0.0.0-20250306185756-615fe2449b16
github.com/hashicorp/vault-plugin-auth-alicloud v0.20.0
github.com/hashicorp/vault-plugin-auth-azure v0.20.2
github.com/hashicorp/vault-plugin-auth-azure v0.20.3
github.com/hashicorp/vault-plugin-auth-cf v0.20.0
github.com/hashicorp/vault-plugin-auth-gcp v0.20.2
github.com/hashicorp/vault-plugin-auth-jwt v0.23.0

4
go.sum
View file

@ -1563,8 +1563,8 @@ github.com/hashicorp/vault-hcp-lib v0.0.0-20250306185756-615fe2449b16 h1:OYPMX3T
github.com/hashicorp/vault-hcp-lib v0.0.0-20250306185756-615fe2449b16/go.mod h1:v4RnW8isIioLAc11prbTczNCq9TiEWE5MwizMsgY5mE=
github.com/hashicorp/vault-plugin-auth-alicloud v0.20.0 h1:yw96/zWrNPFTH8yTqTvVtraJ3EWk9vewvx1H7X6lekI=
github.com/hashicorp/vault-plugin-auth-alicloud v0.20.0/go.mod h1:aAE14G1n1/Qw5/Vj+P0eaEuo8m6op2/3RhR4gN3q5AI=
github.com/hashicorp/vault-plugin-auth-azure v0.20.2 h1:GSEO0YvIg+H/wI72fM3YTu5LkMan73cylaFEkz09y58=
github.com/hashicorp/vault-plugin-auth-azure v0.20.2/go.mod h1:GV5vLlZdX4zqmN5sRDOW+TfcYI91Wj87WuHIkSo15+E=
github.com/hashicorp/vault-plugin-auth-azure v0.20.3 h1:FqgmEHUyTHzNAMlRqq8x/9XFhaOAgiJRSvB6LTs2pmI=
github.com/hashicorp/vault-plugin-auth-azure v0.20.3/go.mod h1:GV5vLlZdX4zqmN5sRDOW+TfcYI91Wj87WuHIkSo15+E=
github.com/hashicorp/vault-plugin-auth-cf v0.20.0 h1:KOdNy0uSffjw0sOU9zg9JgdCkuRPcqOjOIxyV2NZLjg=
github.com/hashicorp/vault-plugin-auth-cf v0.20.0/go.mod h1:SO35/C2iS12kIqIoux4AB2QSQ2IO+hbZ4/UQrQDyawo=
github.com/hashicorp/vault-plugin-auth-gcp v0.20.2 h1:M1gWdAo/WTu9PR8j8kfnDwDEqlgJKUDgEla/aB5IaZk=