Jira - environment variables for Snyk Broker
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.JIRA_USERNAME
- the Jira username.JIRA_PASSWORD
- the Jira password.JIRA_HOSTNAME
- the hostname of your Jira deployment, such asyour.jira.domain.com
.BROKER_CLIENT_URL
- the full URL of the Broker client as it will be accessible by your Jira for webhooks, such ashttp://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