Spot Permission Builder is a Python-based CLI tool to generate required permissions for the spot.io platform on the various cloud providers. The goal of this tool is to make it easier for Solutions Architects and Support Engineers to generate the appropriate permissions for customers.
NOTE: This tool is a work in progress and currently only supports Azure and GCP. AWS permissions generation will be added next.
python3 -m venv ./venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py