Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
0
votes
0 answers

Whitelist external IP for an external service for on premise Gitlab in AWS private network (VPC)

I have a technical question, I have an on premise Gitlab on a private network and I would like to have an integration (Localize), there documentation says that I have to whitelist a range of IP adresses, Localize also have to use a domain name so…
M3lmoth
  • 11
  • 3
0
votes
1 answer

GitLab serves certificate list of 1 certificates

I'm trying to run GitLab's omnibus installer and use my organization's SSL certificate, but SSL clients complain that the certificate issuer is unknown. How am I supposed to configure intermediate certificates in the trust chain? My set up starts…
Don Kirkby
  • 1,354
  • 3
  • 11
  • 23
0
votes
1 answer

Forward local ssh key to remote host

I'm using ansible and i'm wondering. Is it possible to rewrite a local ssh key to a remote machine? I need to clone a repository using my private key on a remote machine. I cannot add the key from the machine in this case )this key will vary…
onev
  • 1
  • 1
0
votes
1 answer

Certificate for Gitlab-Server is invalid für Subject Alternative Name

My company has a certificate for https://data.ddl.at, which has, among others, a SAN (Subject Alternative Name) for gitlab.ddl.at. This Gitlab-Server is internal, and the domain name is only resolved by our internal DNS-Server. For reference, there…
0
votes
0 answers

Pass SSH connection to different server on connect

Good evening, I'm currently trying to get my hands a bit more deeper into linux then im familiar with. Lets get straight to my problem: First, lets talk about my setup. I have 3 servers, with each having a public IP. Each server is part of a…
0
votes
1 answer

How do I have to configure certmanaager when using a gitlab managed cluster?

I use a scaleway kubernetes cluster v1.21.1 managed by gitlab. To do this, I created a Cluster Management Project with the default template. https://docs.gitlab.com/ee/user/clusters/management_project_template.html (only ingress & certmanager…
0
votes
1 answer

GitLab self-hosted instances data sharing

I'm working on a personal project with some friends and it is becoming quite large, so I'm considering to self-host a GitLab instance to help preventing the development to go to complete chaos. However, I discovered that GitLab's privacy policy…
Ntakwetet
  • 101
  • 3
0
votes
2 answers

PM2 - Process or Namespace not found when deploying with GitLab CI

When deploying from CI, as the user who started PM2, pm2 restart appname always results in [PM2][ERROR] Process or Namespace appname not found whoami/who on deployment shows the correct user. Tried switching users, as well as PM2's…
Klav
  • 101
  • 1
  • 2
0
votes
1 answer

Is it possible to run gitlab as https/ssh through OS-Login IAP tunnels?

We have a gitlab server running on a GCP instance. Currently this instance has a mapped internet IP and a proper DNS name. Recently we have desired to remove this internet IP and force all access through authenticated tunnels. For other instances in…
David Mackintosh
  • 14,293
  • 7
  • 49
  • 78
0
votes
1 answer

Gitlab as Terraform state management with HTTP backend not using project credentials?

I've been working to get a monorepo for Terraform up and running. Terraform is executed inside a container. However, when I try to init the backend for http pointing towards my self-hosted Gitlab, it comes back as requiring auth: Successfully…
DavisTasar
  • 344
  • 1
  • 6
  • 16
0
votes
1 answer

Can't ssh to GitLab ee in a docker container

I've installed GitLab ee on Docker. I'd like to use authentication via ssh instead password but each time I try to authenticate, connection is closed. SSH Port is 1122->22 so I'm connecting with git@gitlab.example -p 1122. I also enabled the port in…
Quaky
  • 1
  • 1
0
votes
0 answers

Generate certs for Integrating GitLab CI with Kubernetes

I want to integrate GitLab CI with Kubernetes and I need to fill up the config.toml file. Do you have any idea how can I generate these certificates? cert_file: Optional Kubernetes apiserver user auth certificate key_file: Optional Kubernetes…
0
votes
1 answer

Catch logs of containers created by a Docker executor of a GitLab Runner

Given a Docker Engine client (GitLab Runner) which creates and destroys containers dynamically through the Docker Engine API. Constraints The HostConfig.LogConfig.Type is always set to json-file and can not be changed; see also…
witrin
  • 183
  • 1
  • 7
0
votes
2 answers

Gitlab with Apache 2.4 gives 502: AH01102: error reading status line from remote server 127.0.0.1:8080

I am not a server admin, so I do not configure Apache Servers on a daily basis. But I want to use Gitlab on our server with SSL and Apache 2.4.6. (httpd on CentOS 7). So far I have added the certificates (.pem) and turned on SSL. head -30…
BairDev
  • 125
  • 1
  • 1
  • 8
0
votes
0 answers

Gitlab CE Gives 502 Bad Gateway behind Dockerised Nginx Reverse Proxy Setup

I've followed the popular Dockerised Nginx reverse proxy setup for my VPS to host multiple sites or apps in a containerised fashion. Currently, it works fine and I can serve my static content. Although, at the moment, I'm in the process of setting…
Can Sürmeli
  • 173
  • 1
  • 14