UNCLASSIFIED - NO CUI

Skip to content

Added a no proxy option to the kickoff.py script

Jeffrey Wuebbles requested to merge add_no_proxy_option_to_kickoff_config into master

Description

I ran into an issue where I couldn't push a repository to Mario because I couldn't connect to a socks5 proxy. By using Appgate to authenticate users do not need to use the proxy. I added an option to the config so that users will not use the socks5 proxy when they run the kickoff.py script.

Also added a small bug fix. I ran into issues where a pipeline was not being added to the list at the end of the script and the script errored out. Added a while loop to keep checking if the pipeline is found and if it isn't the script will exit with an error message.

Risk

Rollback Plan

Testing

Merge request reports