|
111 | 111 | "title": "Autocert Trusted Certificate Authority",
|
112 | 112 | "path": "/autocert",
|
113 | 113 | "services": ["authenticate", "proxy"],
|
114 |
| - "type": "string", |
115 |
| - "short_description": "Base64-encoded string or relative file location" |
| 114 | + "type": "string" |
116 | 115 | },
|
117 | 116 | "branding-settings": {
|
118 | 117 | "id": "branding",
|
|
134 | 133 | "title": "Client Certificate Authority",
|
135 | 134 | "path": "/certificates",
|
136 | 135 | "services": [],
|
137 |
| - "short_description": "[base64 encoded] string or relative file location", |
138 | 136 | "type": "string"
|
139 | 137 | },
|
140 | 138 | "downstream-mtls-client-certificate-authority": {
|
141 | 139 | "id": "downstream-mtls-client-certificate-authority",
|
142 | 140 | "title": "Downstream mTLS Certificate Authority",
|
143 | 141 | "path": "/downstream-mtls-settings#ca",
|
144 | 142 | "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", |
146 | 143 | "type": "string"
|
147 | 144 | },
|
148 | 145 | "downstream-mtls-crl": {
|
|
505 | 502 | "title": "Metrics Client Certificate Authority",
|
506 | 503 | "path": "/metrics#metrics-client-certificate-authority",
|
507 | 504 | "services": [],
|
508 |
| - "type": "string", |
509 |
| - "short_description": "Base64-encoded string or relative file location" |
| 505 | + "type": "string" |
510 | 506 | },
|
511 | 507 | "proxy-log-level": {
|
512 | 508 | "id": "proxy-log-level",
|
|
663 | 659 | "path": "/certificates#certificate-authority",
|
664 | 660 | "description": "Certificate Authority is set when behind-the-ingress service communication uses self-signed certificates.",
|
665 | 661 | "services": [],
|
666 |
| - "type": "string", |
667 |
| - "short_description": "Base64 encoded string or relative file location" |
| 662 | + "type": "string" |
668 | 663 | },
|
669 | 664 | "default-upstream-timeout": {
|
670 | 665 | "id": "default-upstream-timeout",
|
|
0 commit comments