Integrating your Git repository with your mock API
.ssh/authorized_keys
file.
For example, if your Git repository address is git-user@my-git-server.com:path/to/repository.git
, you will likely have
to append the key to the contents of /home/git-user/.ssh/authorized_keys
on the server that my-git-server.com
addresses.
Approaches may vary, so it is best to consult your system administrator.
For security purposes, WireMock recommends creating a specific user for WireMock Cloud on your server with read
permission on the Git repository directory only (and write permission if pushing from WireMock Cloud is desired).