pub fn write_configs(home: &Path, doc: &ProvisionDoc) -> Result<Vec<PathBuf>>Expand description
Write native tool config for every service into home (an isolated directory). Returns
the files written and records them in the manifest. Always writes hackamore.env and (when
hackamore terminates TLS) the CA bundle; per service it writes git config (github), a
kubeconfig (k8s), and/or an AWS profile (SigV4).