How to connect Process Mining to GIT using keys instead of username and password ?
- Create Private and public keys via Git Bash,
- Open Git Bash
- Enter ssh-keygen -t rsa
Refer to Generating a New SSH Key And Adding It To The SSH Agent .
- Adding a new SSH key to GitHub account,
- Navigate to .ssh è cd .ssh
- Type cat id_rsa.pub to display public key
Refer to the steps mentioned in the guide Adding- A New SSH Key To Your Github Account to add key to GitHub.
- Hide passwords
- Follow Process Mining - Using A Git Repository : Hide Password
- Copy Public and Private keys from .ssh to \databases\keys
- In the Repositories text field, use the following value:
Note : Replace the URL with the actual URL you want to use. If the location of your keys differs from step 2, change the values accordingly.
- Press CTRL+S to save the changes and reload the page to apply them.
- Create a App
- Refer to the guide The Workspaces Tab