Skip to content

Latest commit

 

History

History

local

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Gateway Local Setup

Local setup for supply chain security gateway. Refer to https://safedep.io/docs/getting-started/quickstart for detailed instructions

Usage

docker-compose up -d

Configuration

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

Reference