GitHub - install and configure using Docker
Configure Broker integration with GitHub
Docker run command to set up a Broker Client for GitHub
docker run --restart=always \
-p 8000:8000 \
-e BROKER_TOKEN=<secret-broker-token> \
-e GITHUB_TOKEN=<secret-github-token> \
-e BROKER_SERVER_URL=<broker-region-url> \
-e PORT=8000 \
-e BROKER_CLIENT_URL=<http://broker.url.example:8000 (dns/IP:port)> \
-e ACCEPT_IAC=tf,yaml,yml,json,tpl \
-e ACCEPT_CODE=true \
-e ACCEPT_ESSENTIALS=true \
snyk/broker:github-comStart the Broker Client container and verify the connection with GitHub
Basic troubleshooting for Broker with GitHub
Support of big manifest files (> 1Mb) for GitHub
Additional troubleshooting for Broker with GitHub
PreviousGitHub - prerequisites and steps to install and configure BrokerNextGitHub - install and configure using Helm
Last updated
Was this helpful?

