Skip to content

Commit ae4fd92

Browse files
Update admin/code_hosts/gitlab.schema.json schema for v6.8.0
1 parent 373f1d5 commit ae4fd92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/code_hosts/gitlab.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ See [Internal rate limits](/admin/code_hosts/rate_limits#internal-rate-limits).
187187

188188
{/* SCHEMA_SYNC_START: admin/code_hosts/gitlab.schema.json */}
189189
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
190-
{/* Last updated: 2025-09-03T21:51:28Z via sourcegraph/sourcegraph@v6.7.2518 */}
190+
{/* Last updated: 2025-09-18T21:46:05Z via sourcegraph/sourcegraph@v6.8.0 */}
191191
```json
192192
{
193193
// If non-null, enforces GitLab repository permissions. This requires that there be an item in the `auth.providers` field of type "gitlab" with the same `url` field as specified in this `GitLabConnection`.
@@ -197,7 +197,7 @@ See [Internal rate limits](/admin/code_hosts/rate_limits#internal-rate-limits).
197197
}
198198
},
199199

200-
// TLS certificate of the GitLab instance. This is only necessary if the certificate is self-signed or signed by an internal CA. To get the certificate run `openssl s_client -connect HOST:443 -showcerts < /dev/null 2> /dev/null | openssl x509 -outform PEM`. To escape the value into a JSON string, you may want to use a tool like https://json-escape-text.now.sh.
200+
// DEPRECATED: Use the tls.external setting in site config instead. TLS certificate of the GitLab instance. This is only necessary if the certificate is self-signed or signed by an internal CA. To get the certificate run `openssl s_client -connect HOST:443 -showcerts < /dev/null 2> /dev/null | openssl x509 -outform PEM`. To escape the value into a JSON string, you may want to use a tool like https://json-escape-text.now.sh.
201201
// Other example values:
202202
// - "-----BEGIN CERTIFICATE-----\n..."
203203
"certificate": null,

0 commit comments

Comments
 (0)