Run the Xpanse Jira Cloud App - User Guide - 1.0 - Cortex XPANSE - Cortex - Security Operations

Cortex Xpanse User Guide

Product
Cortex XPANSE
Version
1.0
Creation date
2022-08-25
Last date published
2024-03-26
End_of_Life
EoL
Category
User Guide
Abstract

Instructions for running the Cortex Xpanse Jira Cloud Integration natively on Python and Docker.

You can run the Cortex Xpanse Jira Cloud Integration natively on Python and Docker.

  1. To run the Cortex Xpanse Jira Cloud Integration natively on Python.

    1. Update your python path to include all of the bundled files using the command export PYTHONPATH=$PYTHONPATH:$(pwd).

    2. Start running the integration script with the command python expanse_jira.

      (Optional) Use a tool or command to manage the long-running script. Examples of these include tmux or nohup.

  2. To run the Cortex Xpanse Jira Cloud Integration natively on Docker, use the following command in the extracted directory: docker build -t expanse_jira . && docker run -it expanse_jira