Compilation results for gitlab2002.wikimedia.org: System changes detected
You can retrieve this result from host.json.Catalog differences
Summary
| Total Resources: | 3458 |
|---|---|
| Resources added: | 0 |
| Resources removed: | 0 |
| Resources modified: | 2 |
| Change percentage: | 0.06% |
Resources modified
- File[/etc/envoy/clusters.d/00-cluster_local_port_443.yaml]
- Content differences:
--- /etc/envoy/clusters.d/00-cluster_local_port_443.yaml.orig +++ /etc/envoy/clusters.d/00-cluster_local_port_443.yaml @@ -16,12 +16,13 @@ - endpoint: address: socket_address: - address: gitlab2002.wikimedia.org + address: 127.0.0.1 port_value: 443 transport_socket: name: envoy.transport_sockets.tls typed_config: "@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext + sni: gitlab-replica-b.wikimedia.org common_tls_context: validation_context: trusted_ca:
- Content differences:
- File[/etc/gitlab/gitlab.rb]
- Content differences:
--- /etc/gitlab/gitlab.rb.orig +++ /etc/gitlab/gitlab.rb @@ -58,7 +58,7 @@ nginx['redirect_http_to_https'] = false nginx['ssl_certificate'] = "/etc/acmecerts/gitlab/live/ec-prime256v1.chained.crt" nginx['ssl_certificate_key'] = "/etc/acmecerts/gitlab/live/ec-prime256v1.key" -nginx['listen_addresses'] = ["208.80.153.8", "[2620:0:860:1:208:80:153:8]"] +nginx['listen_addresses'] = ["208.80.153.8", "[2620:0:860:1:208:80:153:8]", "127.0.0.1", "[::1]"] # Nginx access logging in JSON - see https://phabricator.wikimedia.org/T274462 #
- Content differences: