What is the best way to distribute configs that are hosted on github enterprise?
I don’t think I’m going to be able to convince my IT department to create 100 or so accounts in order to authenticate everyone.
How do people normally set this up?
What is the best way to distribute configs that are hosted on github enterprise?
I don’t think I’m going to be able to convince my IT department to create 100 or so accounts in order to authenticate everyone.
How do people normally set this up?
I assume you are using a distributed config?
In that case you have to add the BundleCache to the zip package so the apps don’t have to be downloaded from Github.
Some more info:
You can use the bake_config python script to bake the config to a zip and bundle all git related apps into the zip.