Move Vault test client from node-vault to @litehex/node-vault by cristianrgreco · Pull Request #1263 · testcontainers/testcontainers-node
Navigation Menu
{{ message }}
testcontainers / testcontainers-node Public
- Notifications You must be signed in to change notification settings
- Fork 257
Merged
Move Vault test client from node-vault to @litehex/node-vault#1263
cristianrgreco merged 1 commit intomainfrom
Move Vault test client from node-vault to @litehex/node-vault#1263
cristianrgreco merged 1 commit intomainfrom
Conversation
Copy link Copy Markdown
Collaborator
Summary
- move the Vault module test client from
node-vaultto@litehex/node-vault - migrate Vault integration test usage to
Client+kv2.write/read - update
package-lock.jsonto remove thepostman-request/legacynode-vaultchain
Why
- upstream issue: node-vault#272
- the critical vulnerabilities in that chain have been open for months, even with a PR fix in place upstream
Verification Commands
npm run formatnpm run lintnpm run test -- packages/modules/vault/src/vault-container.test.tsnpm audit
Test Results
packages/modules/vault/src/vault-container.test.ts: 2 passed, 0 failed
Semver Impact
patch- non-breaking evidence: no public runtime API or exported types changed; only Vault module test dependency and tests were updated
Copy link Copy Markdown
✅ Deploy Preview for testcontainers-node ready!
| Name | Link |
|---|---|
| 🔨 Latest commit | 27b22da |
| 🔍 Latest deploy log | https://app.netlify.com/projects/testcontainers-node/deploys/69afe9940cc5530008d77975 |
| 😎 Deploy Preview | https://deploy-preview-1263--testcontainers-node.netlify.app |
| 📱 Preview on mobile |
To edit notification comments on pull requests, go to your Netlify project configuration.
cristianrgreco
added
maintenance
labels
Mar 10, 2026
cristianrgreco
changed the title
Use @litehex/node-vault in Vault module tests
Move Vault test client from node-vault to @litehex/node-vault
cristianrgreco
force-pushed
the
codex/vault-client-spike
branch
from
18d1492 to
27b22da
Compare
This was referenced
Mar 10, 2026
cristianrgreco
deleted the
codex/vault-client-spike
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment