File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 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
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- ```
7463description : |
7564 HashiCorp Vault is an identity-based secrets and encryption management system for storing API encryption keys, passwords, and certificates.
7665---
You can’t perform that action at this time.
0 commit comments