Commit graph

1127 commits

Author SHA1 Message Date
Vault Automation
ad4d228f1f
Backport Sgm/without envelope wireup into ce/main (#15700)
* no-op commit

* Sgm/without envelope wireup (#15441)

* Changes needed to allow encryption/decryption with gcpckms in managed keys

* wip

* wip

* wip

* Normalize key purposes across implementations

* update kmse

* Update kms wrapper deps to those that support WithoutEnvelope

* crucially, supply the option in the wrapper managed key impl

* restore the kmse update

* no, thats done via the encryptWithManagedKey in Policy, not needed here

* changelog

* remove replace

* Update sdk's go-kms-wrapping

* mod tidy

* Switch to using the main wrapper even for testing.

* update test cluster usage

* Update go.mod

Co-authored-by: wiz-inc-0e7a25329d[bot] <177343755+wiz-inc-0e7a25329d[bot]@users.noreply.github.com>

* Update go.mod

Co-authored-by: wiz-inc-0e7a25329d[bot] <177343755+wiz-inc-0e7a25329d[bot]@users.noreply.github.com>

* more go.sum update

* PR feedback

* GCPC KMS needed some more config massaging to work w/ encryption

---------

Co-authored-by: wiz-inc-0e7a25329d[bot] <177343755+wiz-inc-0e7a25329d[bot]@users.noreply.github.com>

---------

Co-authored-by: Scott Miller <smiller@hashicorp.com>
Co-authored-by: wiz-inc-0e7a25329d[bot] <177343755+wiz-inc-0e7a25329d[bot]@users.noreply.github.com>
2026-06-22 18:40:49 +00:00
Vault Automation
c60337075e
Add IBM Instana observability integration alongside DataDog (#15179) (#15488)
* Create instana-test.yml

* Update instana-test.yml

* test if authorization passes

* updated to test-hcp

* Update instana-test.yml

* Added Instana to ci for logging

* update github ci to use instana

* changes

* Update test-go.yml

* Update instana.go

* Update helper/testhelpers/observability/instana.go



---------

Co-authored-by: Jaired Jawed <jaired.jawed@hashicorp.com>
Co-authored-by: Jaired Jawed <jairedjawed@Jaireds-Work-MacBook-Pro.local>
Co-authored-by: Jaired Jawed <jairedjawed@Mac-144.lan>
Co-authored-by: hashigator <280075563+hashigator@users.noreply.github.com>
2026-06-19 16:28:07 +00:00
Vault Automation
fb84263653
Update vault-plugin-auth-cf to v0.23.1 (#15373) (#15423)
* Update vault-plugin-auth-cf to v0.23.1

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Rohit Agrawal <rohit.agrawal@hashicorp.com>
2026-06-11 17:48:03 +05:30
Vault Automation
c600f5b8c6
Update go-kms-wrapping to latest version (#15136) (#15332)
Pulls the following fix from go-kms-wrapping #327

Co-authored-by: Luciano Arroyo <95649169+DeLuci@users.noreply.github.com>
2026-06-09 11:49:01 -05:00
Ryan Cragun
6f897a0004
go: synchronize modules with enterprise main branch
Signed-off-by: Ryan Cragun <me@ryan.ec>
2026-06-02 12:30:14 -06:00
Vault Automation
fbbf6c6a25
VAULT-45516 & 45517/ Resolve vulns in golang.org/x/crypto@v0.51.0 & golang.org/x/net@v0.54.0 (#14995) (#15005)
* bumped crypto dep and ran go mod tidy

* bumped net and ran go mod tidy

* bumped net in api from 53 to 55 and ran go mod tidy

* added changelog

* bump deps for all go modules



---------

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: kelly <69541941+kporter101@users.noreply.github.com>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-05-27 10:21:19 -04:00
Vault Automation
4e4119a02f
Backport [VAULT-45173] go: bump several dependencies to resolve GHSA-j88v-2chj-qfwx into ce/main
* [VAULT-45173] go: bump several dependencies to resolve GHSA-j88v-2chj-qfwx

This PR has a set of fairly complex dependency bumps to resolve GHSA-j88v-2chj-qfwx. For the third time in about six weeks, we've had to deal with CVEs in old and unsupported versions of `jackc/pgx`. These changes are for us to rid ourselves of those transitive dependencies completely.

First, we get rid `jackc/pgx/v4` by bumping `cloud.google.com/go/cloudsqlconn` to `v1.21.0`, which pulls in `v5`.

Next, we have to get rid of `jackc/pgx v3`, which was brought in via chain of `hashicorp/go-discover` -> `joyent/triton-go` -> `jackc/pgx/v3`. First, we updated `go-discover` to pull in the v2 module of `triton-go` from the modern upstream ([0], [1]) and pin to it. Then we update our own manta support to pull in the v2 module. Finally, we replace the `TritonDataCenter/triton-go` module with a fork that removes an unnecessary dep on `pgx/v3`.[2]

[0]: https://github.com/hashicorp/go-discover/pull/326
[1]: https://github.com/hashicorp/go-discover/pull/332
[2]: https://github.com/TritonDataCenter/triton-go/pull/207

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-05-15 12:10:10 -06:00
Vault Automation
8a8b9f5e23
Backport PKI - Add java keystore format support into ce/main (#14817)
* no-op commit

* manual cherry-pick 6cb3e14dd0ee9840b46e9a9e10098a35d2727f92

---------

Co-authored-by: claire bontempo <cbontempo@hashicorp.com>
2026-05-15 10:51:37 -07:00
kelly
a66039e584
Update kiota-http-go to v1.5.5 (#14746) 2026-05-14 09:43:00 -06:00
Vault Automation
617b4627e7
Backport Update vault-plugin-auth-jwt to v0.26.3 into ce/main (#14761)
* Update vault-plugin-auth-jwt to v0.26.3 (#14702)

* Update vault-plugin-auth-jwt to v0.26.3

* Add changelog

---------

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

* updated go mod

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Suraj S <suraj.s@hashicorp.com>
2026-05-13 21:09:10 +05:30
Vault Automation
42c2b75141
Backport PKI - Add PKCS#12 format support into ce/main (#14588)
* no-op commit

* rebase

---------

Co-authored-by: claire bontempo <cbontempo@hashicorp.com>
2026-05-08 14:54:54 -07:00
Vault Automation
7a736279ee
Backport updated to latest version of cap into ce/main (#14594)
* updated to latest version of cap (#14593)

* updated go mod

---------

Co-authored-by: suraj-simha <suraj.s@hashicorp.com>
2026-05-08 19:44:36 +05:30
Vault Automation
2f5b0b4f3a
go: resolve GHSA-wf45-q9ch-q8gh by upgrading github.com/apache/thrift (#14581) (#14628)
* go: resolve GHSA-wf45-q9ch-q8gh by upgrading github.com/apache/thrift

`github.com/apache/thrift` is required for the snowflake plugin. I've
updated that upstream[0] so this change is only necessary to get past
the scanner until a new version of the snowflake plugin is released and
we've updated our pin.

Using v0.23.0 was actually not possible since there's an overflow on 32 bit
architectures. Instead, we use the first commit since the release that fixes
that issue.[1]

[0]:https://github.com/hashicorp/vault-plugin-database-snowflake/pull/181
[1]:https://github.com/apache/thrift/pull/3428

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-05-07 21:26:46 +00:00
Vault Automation
6f25d73bfe
[VAULT-44588] go: upgrade go-plugin to fix file descriptor leak
* [VAULT-44588] go: upgrade go-plugin to fix file descriptor leak

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-05-06 20:17:19 +00:00
Vault Automation
392a72652b
VAULT-44412: upgrade github.com/Azure/go-ntlmssp to resolve GHSA-pjcq-xvwq-hhpj
* VAULT-44412: upgrade github.com/Azure/go-ntlmssp to resolve GHSA-pjcq-xvwq-hhpj

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-04-30 09:33:01 -06:00
Vault Automation
57d45e4981
bump go-pgmultiauth (#13895) (#14406)
* bump go-pgmultiauth

* add changelog

* add azure with backward compatibility

Co-authored-by: ajmera-naman <naman.ajmera@hashicorp.com>
2026-04-29 15:39:31 +00:00
Vault Automation
d695549743
[VAULT-44363] go: resolve GHSA-j88v-2chj-qfwx by upgrading github.com/jackc/pgx/v5 (#14226) (#14272)
* [VAULT-44363] go: resolve GHSA-j88v-2chj-qfwx by upgrading github.com/jackc/pgx/v5

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-04-24 15:52:27 -07:00
Vault Automation
ac231b3ea2
updating vault-licensing version (#14144)
Co-authored-by: akshya96 <araghavan@hashicorp.com>
2026-04-21 11:34:24 -07:00
Vault Automation
1fc1b56e22
Backport VAULT-43374: adding aws sdk tests into ce/main (#14089)
* VAULT-43374: adding aws sdk tests (#13547)

* adding aws sdk tests

* testing pipeline

* fixing copyright

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* rebasing

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* cleaning up

* cleaning up

* cleaning up

* cleaning up

* cleaning up

* testing pipeline

* testing pipeline

* testing pipeline

* fixing lint error

* addressing comments

* addressing comments

* fixing error

* testing pipeline

* testing pipeline

* addressing comments in helpers.go

* testing pipeline

* updating delete user logic

* updating delete user logic

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* addressing comments

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* testing pipeline

* undo testing

* Go mod

---------

Co-authored-by: Tin Vo <tintvo08@gmail.com>
Co-authored-by: LT Carbonell <ltcarbonell@pm.me>
2026-04-17 14:08:15 -07:00
Vault Automation
7f0c0dbdad
Backport VAULT-43310: gcp kms counting of successful requests for billing into ce/main (#13947)
* no-op commit

* cherry pick

---------

Co-authored-by: Amir Aslamov <amir.aslamov@hashicorp.com>
2026-04-17 11:03:05 -07:00
Vault Automation
4f973ee4df
Backport go: resolve GHSA-92mm-2pjq-r785 by upgrade github.com/hashicorp/go-getter into ce/main (#13879)
* go: resolve GHSA-92mm-2pjq-r785 by upgrade github.com/hashicorp/go-getter (#13878)

* go: resolve GHSA-92mm-2pjq-r785 by upgrade github.com/hashicorp/go-getter

Signed-off-by: Ryan Cragun <me@ryan.ec>

* go mod tidy

NOTE: go-getter is only used in vault-enterprise. As such this change
only represents modified transient dependencies.

Signed-off-by: Ryan Cragun <me@ryan.ec>

---------

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-04-10 14:11:45 -07:00
Vault Automation
9f9813e4c7
Backport [VAULT-43924] resolve GHSA-xmrv-pmrh-hhx2 and various Go stdlib vulns into ce/main (#13771)
- Resolve GHSA-xmrv-pmrh-hhx2 by upgrading our AWS v2 modules.
- Add an exemption for GHSA-6jwv-w5xf-7j27 as it is not really an issue. See the note in the scanner config for more info.
- Resolve GO-2026-4870, GO-2026-4947, GO-2026-4866, GO-2026-4864, GO-2026-4869, GO-2026-4865, and GO-2026-4946 by upgrading to Go 1.26.2

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-04-08 20:37:55 +00:00
Vault Automation
3a328ba060
go: bump vault/sdk to v0.25.1 (#13729) (#13736)
Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-04-08 16:07:27 +00:00
Vault Automation
58d72866cb
Backport [VAULT-43813] go: resolve CVE-2026-34986 and GHSA-78h2-9frx-2jm8 by upgrading github.com/go-jose/go-jose into ce/main
go: resolve CVE-2026-34986 and CVE-2026-34986 by upgrading github.com/go-jose/go-jose

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-04-07 07:33:44 -04:00
Vault Automation
695eb52c12
Backport core: upgrade to secrets-store-sync to v0.8.1 in main into ce/main
secrets-store-sync is an enterprise only dep but it changes shared transitive deps with CE which are included here.

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-04-06 21:56:40 +00:00
Ryan Cragun
fd76450cd8
go: use github.com/cloudflare/circl@v1.6.3 (#13598)
We had upgraded to this version previously[0] but it seems we accidentally
reverted backward[1].

[0]:https://github.com/hashicorp/vault-enterprise/pull/12651/changes#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6L342
[1]:https://github.com/hashicorp/vault-enterprise/pull/13244

Signed-off-by: Ryan Cragun <me@ryan.ec>
2026-04-02 21:17:09 +00:00
Vault Automation
a23dc5c0e0
[VAULT-43618] sdk: migrate from github.com/docker/docker to github.com/moby/moby
Resolve GHSA-x744-4wpc-v9h2 and GHSA-pxq6-2prw-chj9 in `vault` by replacing
`github.com/docker/docker` with `github.com/moby/moby/client` @ `v0.3.0` and
`github.com/moby/moby/api` @ `v1.54.0`. This is necessary as `docker/docker`
 is no longer maintained and the fixes are not available in it.

Resolve GO-2026-4518, GHSA-x6gf-mpr2-68h6 and GHSA-jqcq-xjh3-6g23 by
upgrading to github.com/jackc/pgx/v5. This is necessary as v4 is not
longer maitained.

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-04-02 13:58:05 -04:00
Vault Automation
825a0edc48
Backport VAULT-43198 [1b/7] JWT sys backend: Engine refactor into ce/main (#13300)
* VAULT-43198 [1b/7] JWT sys backend: Engine refactor (#12936)

* feat(jwt): add oauth-resource-server activation flag and bugfix

* refactor(jwt): rewrite JWT engine and expiration handling

* fix(test): update activation flags tests for oauth-resource-server

* fix(test): skip outdated jwt test in logical_ent_test.go

* fixes for broken tests (4)

* add activation flag tests

* moving out request handling changes

* fix linter errors

* merge

* cleanup comments and names

* cosmetic var name cleanup

* Move API paths and logical system files from 1c to 1b

* cleanup

* cleanup (2)

* cleanup (3)

* codeql fixes

* fix CreateTestConfigWithJWTAuthProfile using tests

* more codeql fixes

* Apply suggestions from code review

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>

* comments

* comments (2)

* comments (3)

* comments (4)

* merges from main

* comments (5)

* failing tests

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>

* missing ent paths

---------

Co-authored-by: Arnab Chatterjee <arnab.chatterjee@hashicorp.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2026-03-24 12:39:24 +01:00
Vault Automation
719dd6f506
Update vault-plugin-auth-cf to v0.23.0 (#13333) (#13334)
* Update vault-plugin-auth-cf to v0.23.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2026-03-24 13:47:35 +05:30
Vault Automation
7e587fd026
Update vault-plugin-auth-kubernetes to v0.24.1 (#13259) (#13287)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2026-03-20 22:24:21 +00:00
Vault Automation
7d4395c412
Update vault-plugin-auth-jwt to v0.26.1 (#13242) (#13283)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Cole Heinbaugh <cole.heinbaugh@ibm.com>
2026-03-20 21:40:19 +00:00
Vault Automation
cb1fe89716
Backport Update vault-plugin-secrets-gcp to v0.24.0 into ce/main (#13276)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Vinay Gopalan <vinay@hashicorp.com>
2026-03-20 20:47:47 +00:00
Vault Automation
a71afc9c53
Update vault-plugin-secrets-kv to v0.26.2 (#13264) (#13275)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2026-03-20 19:38:34 +00:00
Vault Automation
8e3e783a44
Backport Update vault-plugin-secrets-openldap to v0.18.0 into ce/main (#13273)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Vinay Gopalan <vinay@hashicorp.com>
2026-03-20 12:27:03 -07:00
Robert
a40b8dbe6c
update-azure-secrets-v0.25.0 (#13268) 2026-03-20 19:21:56 +00:00
Vault Automation
eb09f6ed3d
Update vault-plugin-secrets-ad to v0.22.1 (#13237) (#13256)
---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Maithy Ton <github@maithyton.com>
2026-03-20 19:08:12 +00:00
Vault Automation
056ec7e94a
Update vault-plugin-auth-kerberos to v0.17.1 (#13245) (#13254)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2026-03-20 18:30:34 +00:00
Vault Automation
c8e9c7434a
Backport Update vault-plugin-secrets-gcpkms to v0.23.0 into ce/main (#13244)
* Update vault-plugin-secrets-gcpkms to v0.23.0 (#13236)

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Maithy Ton <github@maithyton.com>

* remove vault-plugin-secrets-keymgmt and vault-plugin-secrets-kmip imports

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Maithy Ton <github@maithyton.com>
2026-03-20 08:30:01 -07:00
Vault Automation
218e0ddfd4
Backport Update vault-plugin-database-snowflake to v0.16.0 into ce/main (#13243)
* Update vault-plugin-database-snowflake to v0.16.0 (#13240)

* Update vault-plugin-database-snowflake to v0.16.0

* Add changelog

---------

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

* changes after go mod tidy to fix failing GitHub checks

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Arjun K S <arjun.ks@hashicorp.com>
2026-03-20 08:04:59 -07:00
Vault Automation
2628e4a9ab
Backport Update vault-plugin-auth-oci to v0.21.1 into ce/main (#13239)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Vinay Gopalan <vinay@hashicorp.com>
2026-03-20 11:00:12 -04:00
Vault Automation
b9ead07965
Update vault-plugin-database-elasticsearch to v0.20.1 (#13225) (#13233)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: sachin-chand01 <sachin.chand@hashicorp.com>
2026-03-20 11:29:36 +05:30
Vault Automation
5561edc03f
Backport Update vault-plugin-auth-gcp to v0.23.1 into ce/main (#13238)
* Update vault-plugin-auth-gcp to v0.23.1 (#13217)


---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Maithy Ton <github@maithyton.com>

* go: fix missing go.sum entries

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Maithy Ton <github@maithyton.com>
2026-03-19 21:59:48 -07:00
Vault Automation
997b7a4596
Backport Update vault-plugin-auth-azure to v0.24.0 into ce/main (#13232)
* Update vault-plugin-auth-azure to v0.24.0 (#13227)

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

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@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: robmonte <17119716+robmonte@users.noreply.github.com>
2026-03-19 21:25:17 -07:00
Vault Automation
eb1c167308
Update vault-plugin-database-redis-elasticache to v0.9.1 (#13230) (#13235)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2026-03-20 03:37:39 +00:00
Vault Automation
2ab26b699d
Backport Update vault-plugin-secrets-mongodbatlas to v0.17.1 into ce/main (#13231)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Vinay Gopalan <vinay@hashicorp.com>
2026-03-20 03:09:49 +00:00
Vault Automation
a7544c1b55
Backport Update vault-plugin-database-couchbase to v0.16.1 into ce/main (#13223)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Vinay Gopalan <vinay@hashicorp.com>
Co-authored-by: sachin-chand01 <sachin.chand@hashicorp.com>
2026-03-20 02:51:22 +00:00
Vault Automation
051cda3a04
Backport Update vault-plugin-secrets-alicloud to v0.22.1 into ce/main (#13210)
* Update vault-plugin-secrets-alicloud to v0.22.1 (#13201)

* Update vault-plugin-secrets-alicloud to v0.22.1

* Add changelog

---------

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

* revert azure-secrets-plugin from 0.25.0 to 0.23.0

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Cole Heinbaugh <cole.heinbaugh@ibm.com>
2026-03-20 02:03:11 +00:00
Vault Automation
6ce43bf387
Update vault-plugin-secrets-kubernetes to v0.13.1 (#13203) (#13212)
* Update vault-plugin-secrets-kubernetes to v0.13.1

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Cole Heinbaugh <cole.heinbaugh@ibm.com>
2026-03-20 02:02:30 +00:00
Vault Automation
2b0080cb15
Update vault-plugin-database-redis to v0.8.1 (#13207) (#13220)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2026-03-20 01:12:31 +00:00
Vault Automation
7f35dc637d
Update vault-plugin-database-mongodbatlas to v0.17.1 (#13205) (#13213)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
2026-03-20 00:09:09 +00:00