Jit CLI for extended usability

Jit user scripts enable you to perform actions using CLI to extend the usability of the Jit platform.

Currently, the following scripts are supported:

Requirements

  • Python 3.x
  • Git
  • Make

Installing and cloning the GitHub repository

brew install git make
git clone https://github.com/jitsecurity/jit-customer-scripts.git
cd jit-customer-scripts
sudo apt update
sudo apt install -y git make
git clone https://github.com/jitsecurity/jit-customer-scripts.git
cd jit-customer-scripts
sudo yum install -y git make
git clone https://github.com/jitsecurity/jit-customer-scripts.git
cd jit-customer-scripts

If haven't cloned the repo recently, make sure to update it.

git pull https://github.com/jitsecurity/jit-customer-scripts.git

To see all available scripts, use the make help command.