GitLab - install and configure using Docker
Configure Broker to be used for GitLab
Docker run command to set up a Broker Client for GitLab
docker run --restart=always \
-p 8000:8000 \
-e BROKER_TOKEN=<secret-broker-token> \
-e BROKER_SERVER_URL=<broker-region-url> \
-e GITLAB_TOKEN=<secret-gitlab-token> \
-e GITLAB=<your.gitlab.domain.com (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:gitlabStart the Broker Client container and verify the connection with GitLab
Basic troubleshooting for Broker with GitLab
PreviousGitLab - prerequisites and steps to install and configure BrokerNextGitLab - install and configure using Helm
Last updated
Was this helpful?

