mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Update vault-plugin-auth-azure to v0.21.0 (#30872)
* Update vault-plugin-auth-azure to v0.21.0 * 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:
parent
34d202611a
commit
c8e0b2b322
3 changed files with 6 additions and 3 deletions
3
changelog/30872.txt
Normal file
3
changelog/30872.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:change
|
||||
auth/azure: Update plugin to v0.21.0
|
||||
```
|
||||
2
go.mod
2
go.mod
|
|
@ -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.20.4
|
||||
github.com/hashicorp/vault-plugin-auth-azure v0.21.0
|
||||
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.23.2
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -1589,8 +1589,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.20.4 h1:Y10r6GMnnwuWVTbIi5BWuRN9k4YyXLFQNskruhGn0/0=
|
||||
github.com/hashicorp/vault-plugin-auth-azure v0.20.4/go.mod h1:xJ9/bjEfllNnlZtjUX1fltRxZz08h5HnWpftwmwcu+c=
|
||||
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-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=
|
||||
|
|
|
|||
Loading…
Reference in a new issue