Version: 1.0 Author: Eddie Beuerlein
This script will create a csv file that contains the account statuses from the RedLock UI. This will help customer audit their cloud accounts.
-
Python 3.x or newer
-
OpenSSL 1.0.2 or newer
(if using on Mac OS, additional items may be nessessary.)
- Pip
sudo easy_install pip
- Requests (Python library)
sudo pip install requests
- YAML (Python library)
sudo pip install pyyaml
-
Navigate to get_acct_status/config/configs.yml
-
Fill out your RedLock username, password, and customer name - if you are the only customer in your account then leave this blank.
-
CSV file will be named output.csv and located in the script directory
python runner.py