Skip to content

Commit

Permalink
remove vault container
Browse files Browse the repository at this point in the history
The vault container was a previous TUF implementation
(TUF initialization pypi#7488)

The new integration with RSTUF does not require this container.

Signed-off-by: Kairo de Araujo <[email protected]>
  • Loading branch information
kairoaraujo committed Jan 25, 2024
1 parent d4c5145 commit 7ed9a00
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 76 deletions.
3 changes: 0 additions & 3 deletions dev/environment
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ TOKEN_REMEMBER_DEVICE_SECRET="an insecure remember device auth secret key"

WAREHOUSE_LEGACY_DOMAIN=pypi.python.org

VAULT_URL="http://vault:8200"
VAULT_TOKEN="an insecure vault access token"

GITHUB_TOKEN_SCANNING_META_API_URL="http://notgithub:8000/meta/public_keys/token_scanning"
TWOFACTORREQUIREMENT_ENABLED=true
TWOFACTORMANDATE_AVAILABLE=true
Expand Down
3 changes: 0 additions & 3 deletions dev/vault/config.hcl

This file was deleted.

52 changes: 0 additions & 52 deletions dev/vault/entry.sh

This file was deleted.

18 changes: 0 additions & 18 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,6 @@ volumes:
caches:

services:
vault:
# NOTE: pinned for consistency with whats available in our deployment
image: vault:1.12.3
restart: on-failure
entrypoint: /bin/sh
command: /etc/vault/entry.sh
stop_signal: SIGINT
environment:
VAULT_DEV_LISTEN_ADDRESS: 0.0.0.0:8200
VAULT_DEV_ROOT_TOKEN_ID: "an insecure vault access token"
ports:
- "8200:8200"
cap_add:
- IPC_LOCK
volumes:
- vault:/vault/file
- ./dev/vault:/etc/vault

db:
image: postgres:14.4
ports:
Expand Down

0 comments on commit 7ed9a00

Please sign in to comment.