Skip to content

Commit a58247b

Browse files
authored
sync changes with zero (#1099)
1 parent bae8960 commit a58247b

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

.github/dependabot.yaml

-8
This file was deleted.

content/docs/reference/reference.json

+3-8
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@
111111
"title": "Autocert Trusted Certificate Authority",
112112
"path": "/autocert",
113113
"services": ["authenticate", "proxy"],
114-
"type": "string",
115-
"short_description": "Base64-encoded string or relative file location"
114+
"type": "string"
116115
},
117116
"branding-settings": {
118117
"id": "branding",
@@ -134,15 +133,13 @@
134133
"title": "Client Certificate Authority",
135134
"path": "/certificates",
136135
"services": [],
137-
"short_description": "[base64 encoded] string or relative file location",
138136
"type": "string"
139137
},
140138
"downstream-mtls-client-certificate-authority": {
141139
"id": "downstream-mtls-client-certificate-authority",
142140
"title": "Downstream mTLS Certificate Authority",
143141
"path": "/downstream-mtls-settings#ca",
144142
"description": "A bundle of PEM-encoded X.509 certificates that will be treated as trust anchors when verifying client certificates",
145-
"short_description": "[base64-encoded] PEM certificate bundle",
146143
"type": "string"
147144
},
148145
"downstream-mtls-crl": {
@@ -505,8 +502,7 @@
505502
"title": "Metrics Client Certificate Authority",
506503
"path": "/metrics#metrics-client-certificate-authority",
507504
"services": [],
508-
"type": "string",
509-
"short_description": "Base64-encoded string or relative file location"
505+
"type": "string"
510506
},
511507
"proxy-log-level": {
512508
"id": "proxy-log-level",
@@ -663,8 +659,7 @@
663659
"path": "/certificates#certificate-authority",
664660
"description": "Certificate Authority is set when behind-the-ingress service communication uses self-signed certificates.",
665661
"services": [],
666-
"type": "string",
667-
"short_description": "Base64 encoded string or relative file location"
662+
"type": "string"
668663
},
669664
"default-upstream-timeout": {
670665
"id": "default-upstream-timeout",

0 commit comments

Comments
 (0)