Run Vault server and databases:
docker compose run databases
export INVENTORY_FILE=inventory_dynamic_users.yaml
docker compose run tdk
export INVENTORY_FILE=inventory_static_users.yaml
docker compose run tdk
export INVENTORY_FILE=inventory_simple_secret.yaml
docker compose run tdk
Execute control_query.sql
script on the resulted database:
usql pg://postgres:postgres@localhost:6001/postgres -f control_query.sql