Skip to content

WIP: Resolve "Create CI_ENVIRONMENT_URL variables =< 64 bytes"

What does this MR do?

To allow for the CI_ENVIRONMENT_URL to be > 64 bytes, we only need to set a common name less than 64 bytes for Let's Encrypt certificate.

At the moment, the common name is defined by the first host that appears in our Ingress Helm Chart (service.url). The proposed solution is to set a small url to be first in the list of hosts. In the Ingress Helm chart we will create a default value called commonName that will be used to set this url.

What are the relevant issue numbers?

#55820 (closed)

Does this MR meet the acceptance criteria?

Closes #55820 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports