Skip to content

Commit 13def8f

Browse files
authored
fix: remove duplicated vault module for NodeJS (#155)
1 parent ef842a8 commit 13def8f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

modules/vault/index.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ docs:
4141
maintainer: core
4242
example: |
4343
```javascript
44-
const container = await new VaultContainer("hashicorp/vault:1.20.0").withVaultToken(VAULT_TOKEN).start();
44+
const container = await new VaultContainer("hashicorp/vault:1.20.1").withVaultToken(VAULT_TOKEN).start();
4545
```
4646
installation: |
4747
```bash
@@ -60,17 +60,6 @@ docs:
6060
```bash
6161
pip install testcontainers[vault]
6262
```
63-
- id: nodejs
64-
url: https://node.testcontainers.org/modules/vault/
65-
maintainer: core
66-
example: |
67-
```javascript
68-
const container = await new VaultContainer("hashicorp/vault:1.20.1").start()
69-
```
70-
installation: |
71-
```bash
72-
npm install @testcontainers/vault --save-dev
73-
```
7463
description: |
7564
HashiCorp Vault is an identity-based secrets and encryption management system for storing API encryption keys, passwords, and certificates.
7665
---

0 commit comments

Comments
 (0)