Local setup for supply chain security gateway. Refer to https://safedep.io/docs/getting-started/quickstart for detailed instructions
docker-compose up -d
config/local/gateway.json
is the source of truth for both gateway and envoy proxy configuration. When changed, envoy proxy configuration can be re-generated using:
docker pull ghcr.io/safedep/gateway && \
docker run -v `pwd`/config:/config:ro \
ghcr.io/safedep/gateway:latest \
confli -command generate-envoy -file /config/local/gateway.json > ./config/local/envoy.json