mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-13 07:30:09 +00:00
feat(namespace): handle request on vault namespace (#5)
* feat(namespace): handle request on vault namespace
This commit is contained in:
parent
0104a02854
commit
3747195c5f
9 changed files with 214 additions and 6 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Start vault server locally
|
||||
# You can run integration tests against server by running
|
||||
# `VAULT_HOST=localhost VAULT_PORT=8200 CI=true npm run test:integration-ent`
|
||||
version: "3.0"
|
||||
services:
|
||||
vault:
|
||||
image: hashicorp/vault-enterprise:1.3.0_ent
|
||||
environment:
|
||||
VAULT_DEV_ROOT_TOKEN_ID: testtoken
|
||||
ports:
|
||||
- 8200:8200
|
||||
privileged: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue