GitHub Enterprise - install and configure using Docker
Configure Broker to be used for GitHub Enterprise
Docker run command to set up a Broker Client for GitHub Enterprise
docker run --restart=always \
-p 8000:8000 \
-e BROKER_TOKEN=<secret-broker-token> \
-e BROKER_SERVER_URL=<broker-region-url> \
-e GITHUB_TOKEN=<secret-github-token> \
-e GITHUB=<your.ghe.domain.com (no http/s)> \
-e GITHUB_API=<your.ghe.domain.com/api/v3 (no http/s)> \
-e GITHUB_GRAPHQL=<your.ghe.domain.com/api (no http/s)> \
-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-enterpriseStart the Broker Client container and verify the connection with GitHub Enterprise
Basic troubleshooting for Broker with GitHub Enterprise
Support of big manifest files (> 1Mb) for GitHub Enterprise
Additional troubleshooting for Broker with GitHub Enterprise
PreviousGitHub Enterprise - prerequisites and steps to install and configure BrokerNextGitHub Enterprise - install and configure using Helm
Last updated
Was this helpful?

