I would like to ask if it's possible to disable the global 2FA policy (everyone need to activate 2FA before accessing gitlab) but I can't disable on the web interface because I can't activate it, it gives me everytime PIN code invalid. I tried to…
I have the latest install of gitlab-ce and Jira Server. I've created an application in gitlab and when I try to connect Jira to gitlab the URL it generates for login/oauth/authorize returns a gitlab 404 page.
Following the guide here:…
When you ask a running GitLab instance to generate a full backup archive with the gitlab-rake gitlab:backup:create command :
Does GitLab perform anything to freeze the application state ?
Is there any risk to get a technically working backup…
I have the following .gitlab-ci.yml file, which aims to deploy my master GitLab repository by cloning it to the test directory on a specific server.
image: ubuntu:latest
before_script:
- apt-get install -y
- apt-get update -y
- 'which…
Git access fails with "Permission denied, please try again." after a client changed their system processor.
Is there a way to check to see if SSHD is getting the proper auth / key info from GitLab's server? This seems to be the crux of the…
I'm gonna try to explain what my recently found headache is. First of all I'm using Gitlab CI so docker and docker in docker is involved.
The structure of the CI is basically this and all running dind:
Stand UP 3 services for 3 different databases…
Update:
I did not resolve my problem but I know why it does not work. If you are using docker executor, when you launch a job, gitlab-runner binary will start a special container. This container is gitlab-runner-helper and will manage git, caches,…
I've got following entry in my logfile for gitlab (application.log):
June 10, 2019 19:04: Failed Login: username=Zzzz ip=XXX.XXX.XXX.XXX
How should the datepattern for my Fail2Ban-filter look like? The official documentation is not very…
I have an autoscaling Jenkins cluster on AWS, which spawns & runs agents via JNLP. Both Master & Slaves run on Ubuntu. I don't quite understand where Jenkins actually stores the SSH keys for Gitlab, or if/how the slaves are expected to use…
I applied the AutoDevOps gitlab-ci configuration. Connect Kubernetes cluster to DigitalOcean.
Pipeline timeout error. What could be the problem?
$ deploy
secret/myprod-xjxj5s-secret replaced
Deploying new release...
Release "myprod-xjxj5s" does not…
I've installed GitLab on a CentOS 7 using the Omnibus installer a few months ago. It has ran fine but, today it started to throw a 503 error page when I visit the main page to login.
I ran the gitlab-ctl status command and I don't see anything…
I have gitlab (ee) setup with terraform to run in a k8s cluster on azure. This all works fine and dandy, but what I would love to do is use LDAPS to sync user and group permissions with Azure AD, so I can use it as shown here:…
I have CI on Gitlab for creating of my android application.
This is example of my .gitlab-ci.yml:
image: openjdk:8-jdk
variables:
ANDROID_COMPILE_SDK: "28"
ANDROID_BUILD_TOOLS: "28.0.2"
ANDROID_SDK_TOOLS: "4333796"
before_script:
-…
Here is a snippet of my JSON file for packer. Pretty much running packer build example.json via adhoc - it works smoothly and builds the AMI out in AWS. When i execute this in my GitLabCI Pipeline, it fails with the following error:
Errors…