Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gliffy
imageAttachmentIdatt627474473
macroId4da8b199-e10e-41f4-afc4-dee1d446c434
baseUrlhttps://datamigrators.atlassian.net/wiki
nameMCI WB to Git Remote
diagramAttachmentIdatt627605516
containerId615546893
timestamp1584418687703

The MettleCI Workbench talk talks directly to any variant of Git using an SSH key pair. You can either use a key pair you supply or use the key pair generate generated during the MettleCI Workbench installation.

...

Code Block
languageyaml
mettleHome: /opt/dm/mci
environment: ...
issueManagement: ...
datastage: ...

# private key with optional passpharse, remote git access needs to be granted using public key
gitAuthentication:
   sshKey: /opt/dm/mci/workbench.key
   sshPassphrase:

server: ...
logging: ...

To use your own key, simply store your private key somewhere in the filesystem that is accessible to the MettleCI Workbench installation and reference it in the appropriate section of your installation’s config.yml file, as shown above. Ensure that your private SSH key has the appropriate permissions set.

...