mayadata-io / oep-e2e

Plan tests and run them for OpenEBS Enterprise Platform
Apache License 2.0
6 stars 10 forks source link

Gitlab certificate issue #805

Closed prabhatkumarthakur closed 4 years ago

prabhatkumarthakur commented 4 years ago

Due to Gitlab certificate issue, we are not able to trigger pipline and other GitLab functionality cannot be used.

prabhatkumarthakur commented 4 years ago

image

prabhatkumarthakur commented 4 years ago

Gitlab certificate got expired on 12 July 2020 image

harshshekhar15 commented 4 years ago

Issue

SSL certificate for Gitlab was expired and it was not getting renewed. The issue was due to improper installation of Gitlab on AWS while migration from GKE. On AWS, a load balancer is being used to forward the request from outside the cluster to the ingress. As expected, the request was getting forwarded to port 443 due to which the gitlab-cert-manager was not able to renew the certificates as it was expecting the request on port 80 and port 80 was not open for the requests from outside.

Fix

To fix the above issue the following steps were performed: