Jira - environment variables for Snyk Broker
PreviousJira - install and configure using HelmNextAdvanced configuration for Snyk Broker Docker installation
Last updated
Was this helpful?
The following environment variables are needed to configure the Broker Client for Jira:
BROKER_TOKEN - the Snyk Broker token, obtained from your Jira integration settings view.
BROKER_SERVER_URL - the URL of the Broker server for the region in which your data is hosted. For the commands and URLs to use, see Broker URLs.
JIRA_USERNAME - the Jira username.
JIRA_PASSWORD - the Jira password.
JIRA_HOSTNAME - the hostname of your Jira deployment, such as your.jira.domain.com.
BROKER_CLIENT_URL - the full URL of the Broker client as it will be accessible by your Jira for webhooks, such as http://my.broker.client:8000
This must have http:// and the port number.
To configure the client with HTTPS, additional settings are required.
PORT - the local port at which the Broker client accepts connections. Default is 8000.
Last updated
Was this helpful?
Was this helpful?

