Forum Discussion

andrealuciano71's avatar
andrealuciano71
Regular Visitor
3 years ago

ReadyAPI GIT integration with Cloudflared

Cloudflare provides a way to make your connection to GIT/GITLAB repo more secure:

 

https://developers.cloudflare.com/cloudflare-one/tutorials/cli

 

When it is used in combination with the git command line you can just download the executable cloudflared and configure the secure tunnel in a couple of lines in .ssh/config file such as in this example:

 

   Host your.git.server.com
   ProxyCommand /usr/bin/cloudflared.exe access ssh --hostname %h

 

Has anyone configured cloudflare with ReadyAPI?

 

I understand ReadyAPI employs jgit library from eclipse project for implementing GIT integration, but I haven't found a method to get a configuration similar to the one for ssh command line.

 

I've tried to create an https tunnel but the connection trigger a redirect towards cloudflare site and jgit seems to be unable to handle redirection in most cases:

 

https://git.eclipse.org/c/jgit/jgit.git/commit/?id=e17bfc96f293744cc5c0cef306e100f53d63bb3d

 

No RepliesBe the first to reply