Backport Update vault-plugin-auth-alicloud to v0.22.0 into ce/main (#9767)

* Update vault-plugin-auth-alicloud to v0.22.0 (#9763)

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: kpcraig <3031348+kpcraig@users.noreply.github.com>

* go mod tidy

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: kpcraig <3031348+kpcraig@users.noreply.github.com>
Co-authored-by: Kay Craig <kay.craig@hashicorp.com>
This commit is contained in:
Vault Automation 2025-10-02 12:48:47 -04:00 committed by GitHub
parent 0b939eaaf4
commit 0ad5ebc1bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 4 deletions

3
changelog/_9763.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:change
auth/alicloud: Update plugin to [v0.22.0](https://github.com/hashicorp/vault-plugin-auth-alicloud/releases/tag/v0.22.0)
```

4
go.mod
View file

@ -138,7 +138,7 @@ require (
github.com/hashicorp/raft-snapshot v1.0.4
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.1
github.com/hashicorp/vault-plugin-auth-alicloud v0.22.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
@ -163,7 +163,7 @@ require (
github.com/hashicorp/vault-plugin-secrets-openldap v0.16.1
github.com/hashicorp/vault-plugin-secrets-terraform v0.12.0
github.com/hashicorp/vault-testing-stepwise v0.3.2
github.com/hashicorp/vault/api v1.20.0
github.com/hashicorp/vault/api v1.21.0
github.com/hashicorp/vault/api/auth/approle v0.1.0
github.com/hashicorp/vault/api/auth/userpass v0.1.0
github.com/hashicorp/vault/sdk v0.19.1-0.20250916230224-4fdc2b677763

4
go.sum
View file

@ -1556,8 +1556,8 @@ github.com/hashicorp/serf v0.10.1 h1:Z1H2J60yRKvfDYAOZLd2MU0ND4AH/WDz7xYHDWQsIPY
github.com/hashicorp/serf v0.10.1/go.mod h1:yL2t6BqATOLGc5HF7qbFkTfXoPIY0WZdWHfEvMqbG+4=
github.com/hashicorp/vault-hcp-lib v0.0.0-20250306185756-615fe2449b16 h1:OYPMX3Td3XTL0Xk5N3Se1KLde630diD1X+v3wgJXDhQ=
github.com/hashicorp/vault-hcp-lib v0.0.0-20250306185756-615fe2449b16/go.mod h1:v4RnW8isIioLAc11prbTczNCq9TiEWE5MwizMsgY5mE=
github.com/hashicorp/vault-plugin-auth-alicloud v0.21.1 h1:/VZ/kzhYCZ4R/kt4cXMy1kvVGqSQvbM7mldoDQFdLlU=
github.com/hashicorp/vault-plugin-auth-alicloud v0.21.1/go.mod h1:jfnwmvQI16BncSNPQabda+QLPwEerj4Jy3lBMrA8bgE=
github.com/hashicorp/vault-plugin-auth-alicloud v0.22.0 h1:lukm7hwIDQfDyG6IyvBu2tcT6j2bRuyyo22sWqH4w50=
github.com/hashicorp/vault-plugin-auth-alicloud v0.22.0/go.mod h1:QCuzE/JFqigUf4DyyWyYKq6bvf2dmRKUW340CTy+HZ0=
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=