Update vault-plugin-auth-azure to v0.21.1 (#31010)

* Update vault-plugin-auth-azure to v0.21.1

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core 2025-06-19 06:57:44 -07:00 committed by GitHub
parent 544edd58d6
commit dbe17ccf1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

3
changelog/31010.txt Normal file
View file

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

2
go.mod
View file

@ -138,7 +138,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.21.0
github.com/hashicorp/vault-plugin-auth-azure v0.21.0
github.com/hashicorp/vault-plugin-auth-azure v0.21.1
github.com/hashicorp/vault-plugin-auth-cf v0.21.0
github.com/hashicorp/vault-plugin-auth-gcp v0.21.0
github.com/hashicorp/vault-plugin-auth-jwt v0.24.1

4
go.sum
View file

@ -1552,8 +1552,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.21.0 h1:5nw3SbWPZNeOx/C7jPzKnfUMHzlGSnyUO+EuCimOWlM=
github.com/hashicorp/vault-plugin-auth-alicloud v0.21.0/go.mod h1:b74ZlQ/vh4MNPIOJiUDlXtdhr2Qmby7FAUeO+5q+1M0=
github.com/hashicorp/vault-plugin-auth-azure v0.21.0 h1:xbp7SMLNrVF5dQEgZZXxNabhqMJcPvohi9+2VHFaZyE=
github.com/hashicorp/vault-plugin-auth-azure v0.21.0/go.mod h1:aJbsRQ5rGoutoJ/SwTkPlCgOL0uALPj5BJ73YICQZ5M=
github.com/hashicorp/vault-plugin-auth-azure v0.21.1 h1:EWiajfcAeLfuA64RaOS0x7K7SxhtEHd+wt470cXQMgs=
github.com/hashicorp/vault-plugin-auth-azure v0.21.1/go.mod h1:aJbsRQ5rGoutoJ/SwTkPlCgOL0uALPj5BJ73YICQZ5M=
github.com/hashicorp/vault-plugin-auth-cf v0.21.0 h1:yELepQ3qV/QtbhtbfnhArTjYG4f6a5RyRVDsQV/+Y8g=
github.com/hashicorp/vault-plugin-auth-cf v0.21.0/go.mod h1:cwskmYdDcdF71m+Wsz7Vq0oWDef+gMHZViXkCAHGoTM=
github.com/hashicorp/vault-plugin-auth-gcp v0.21.0 h1:KRCGEEAP9mwxRTOOWJpQk/mi6Twxi1PHtfRAJfLEse4=