Skip to content

Commit ebacdf7

Browse files
Add artifacts for v6.12.1287
1 parent 47945cc commit ebacdf7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v6.12.0
1+
v6.12.1287

schemas/site.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5002,13 +5002,13 @@
50025002
"clientCertificate": {
50035003
"description": "PEM-encoded client certificate for mutual TLS (mTLS) authentication. Sourcegraph will present this certificate when connecting to the specified host. To get the certificate, you may use `openssl x509 -in client.crt -outform PEM`. To escape the value into a JSON string, you may want to use a tool like https://json-escape-text.now.sh.",
50045004
"type": "string",
5005-
"pattern": "^(-----BEGIN CERTIFICATE-----\n|REDACTED)$",
5005+
"pattern": "^(-----BEGIN CERTIFICATE-----\n|REDACTED)",
50065006
"examples": ["-----BEGIN CERTIFICATE-----\n..."]
50075007
},
50085008
"clientKey": {
50095009
"description": "PEM-encoded private key for the client certificate. This must correspond to the clientCertificate. To escape the value into a JSON string, you may want to use a tool like https://json-escape-text.now.sh. WARNING: Keep this value secret.",
50105010
"type": "string",
5011-
"pattern": "^(-----BEGIN|REDACTED)$",
5011+
"pattern": "^(-----BEGIN[A-Z ]*PRIVATE KEY-----\n|REDACTED)",
50125012
"examples": ["-----BEGIN RSA PRIVATE KEY-----\n...", "-----BEGIN PRIVATE KEY-----\n..."]
50135013
}
50145014
}
@@ -5028,7 +5028,7 @@
50285028
"type": "array",
50295029
"items": {
50305030
"type": "string",
5031-
"pattern": "^(-----BEGIN CERTIFICATE-----\n|REDACTED)$",
5031+
"pattern": "^(-----BEGIN CERTIFICATE-----\n|REDACTED)",
50325032
"examples": ["-----BEGIN CERTIFICATE-----\n..."]
50335033
}
50345034
},

0 commit comments

Comments
 (0)