Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/scripts/init-vault.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e

vault server -dev -dev-root-token-id="${VAULT_TOKEN}" &

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ allowlist_externals =
setenv =
AWS_ACCESS_KEY_ID = test
AWS_SECRET_ACCESS_KEY = test
AWS_ENDPOINT_URL = http://localhost:4566/
AWS_ENDPOINT_URL = http://127.0.0.1:4566/
AWS_DEFAULT_REGION = us-east-1

commands_pre =
Expand Down Expand Up @@ -127,7 +127,7 @@ allowlist_externals =
bash

setenv =
VAULT_ADDR = http://localhost:8200
VAULT_ADDR = http://127.0.0.1:8200
VAULT_TOKEN = test-root-token

commands_pre =
Expand Down
Loading