Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Accessing GitLab server hosted on a Intranet

Hi there,

I'm using a Talend Cloud Data Integration license and I'm trying to connect a project with the company's GitLab server from Talend Management Console using the Git URL.

Our GitLab server is hosted on the company's private network (Intranet). Is it possible to access the GitLab server through this Intranet or not?

If yes, do we have to configure or open any specific firewall from our inside systems?

Thanks in advance.

Labels (5)
2 Replies
pllopis8
Contributor
Contributor

Any help from anyone to this?

david_lucas
Employee
Employee

Hello

git is used by studio. The git serber Uniform ressource location is sent by the TMC to the studio.

then, studio needs connection to gitlab server, with the configured ports during the installation/deploiement.

ou can check thos port with following command on linux, on the gitlab server:

netstat -tlnp

 

By default :

I would say :  80, 443 

if you want to use git over ssh then port 22 as well.