|
21 | 21 | "id": "address",
|
22 | 22 | "title": "Address",
|
23 | 23 | "path": "/address",
|
24 |
| - "description": "Specifies the Host and Port to serve HTTP requests from.", |
| 24 | + "description": "Specifies the IP Address and Port to serve HTTP requests from.", |
25 | 25 | "short_description": "",
|
26 | 26 | "type": "string",
|
27 | 27 | "services": ["proxy"]
|
|
439 | 439 | "id": "http-redirect-address",
|
440 | 440 | "title": "HTTP Redirect Address",
|
441 | 441 | "path": "/http-redirect-address",
|
442 |
| - "description": "If set, HTTP Redirect Address specifies the Host and Port to redirect HTTP to HTTPS traffic on.", |
| 442 | + "description": "If set, HTTP Redirect Address specifies the IP Address and Port to redirect HTTP to HTTPS traffic on.", |
443 | 443 | "services": [],
|
444 | 444 | "type": "string"
|
445 | 445 | },
|
|
546 | 546 | "path": "/tracing",
|
547 | 547 | "services": []
|
548 | 548 | },
|
549 |
| - "tracing-provider": { |
550 |
| - "id": "tracing-provider", |
| 549 | + "tracing-otlp-endpoint": { |
| 550 | + "id": "tracing-otlp-endpoint", |
551 | 551 | "title": "Tracing Provider",
|
552 |
| - "description": "The name of the tracing provider. For example, Jaeger or Zipkin. Required.", |
| 552 | + "description": "Endpoint URL for OTLP trace data. Required.", |
| 553 | + "path": "/tracing", |
| 554 | + "services": [] |
| 555 | + }, |
| 556 | + "tracing-otlp-protocol": { |
| 557 | + "id": "tracing-otlp-endpoint", |
| 558 | + "title": "Tracing Provider", |
| 559 | + "description": "Transport protocol to be used for OTLP trace data.", |
553 | 560 | "path": "/tracing",
|
554 | 561 | "services": []
|
555 | 562 | },
|
556 | 563 | "tracing-sample-rate": {
|
557 | 564 | "id": "tracing-sample-rate",
|
558 | 565 | "title": "Tracing Sample Rate",
|
559 |
| - "description": "The percentage of requests to sample in decimal notation. Default is 0.0001, or .01%. Optional.", |
| 566 | + "description": "The percentage of requests to sample. Default is 100%.", |
560 | 567 | "path": "/tracing",
|
561 | 568 | "services": []
|
562 | 569 | },
|
|
774 | 781 | "services": [],
|
775 | 782 | "type": "string"
|
776 | 783 | },
|
| 784 | + "data-broker-storage-certificate-file": { |
| 785 | + "id": "data-broker-storage-certificate-file", |
| 786 | + "title": "Databroker Storage Certificate File", |
| 787 | + "path": "/databroker#databroker-storage-certificate-file", |
| 788 | + "services": [], |
| 789 | + "type": "relative file location" |
| 790 | + }, |
| 791 | + "data-broker-storage-certificate-key-file": { |
| 792 | + "id": "data-broker-storage-certificate-key-file", |
| 793 | + "title": "Databroker Storage Certificate Key File", |
| 794 | + "path": "/databroker#databroker-storage-certificate-key-file", |
| 795 | + "services": [], |
| 796 | + "type": "relative file location" |
| 797 | + }, |
| 798 | + "data-broker-storage-certificate-authority": { |
| 799 | + "id": "data-broker-storage-certificate-authority", |
| 800 | + "title": "Databroker Storage Certificate Authority", |
| 801 | + "path": "/databroker#databroker-storage-certificate-authority", |
| 802 | + "services": [], |
| 803 | + "type": "relative file location" |
| 804 | + }, |
| 805 | + "data-broker-storage-tls-skip-verify": { |
| 806 | + "id": "data-broker-storage-tls-skip-verify", |
| 807 | + "title": "Databroker Storage TLS Skip Verify", |
| 808 | + "path": "/databroker#databroker-storage-tls-skip-verify", |
| 809 | + "services": [], |
| 810 | + "type": "bool" |
| 811 | + }, |
777 | 812 | "allow-any-authenticated-user": {
|
778 | 813 | "id": "allow-any-authenticated-user",
|
779 | 814 | "title": "Allow Any Authenticated User",
|
|
797 | 832 | "description": "Allows unauthenticated HTTP OPTIONS requests.",
|
798 | 833 | "type": "bool"
|
799 | 834 | },
|
| 835 | + "description": { |
| 836 | + "id": "description", |
| 837 | + "title": "Description", |
| 838 | + "path": "/routes/description", |
| 839 | + "services": ["proxy"], |
| 840 | + "description": "Description of the route.", |
| 841 | + "type": "string" |
| 842 | + }, |
800 | 843 | "enable-google-cloud-serverless-authentication": {
|
801 | 844 | "id": "enable-google-cloud-serverless-authentication",
|
802 | 845 | "title": "Enable Google Cloud Serverless Authentication",
|
|
1318 | 1361 | "description": "Modifies response headers before they are returned to the client. 'Header' matches the HTTP header name; 'prefix' will be replaced with 'value'.",
|
1319 | 1362 | "type": "object"
|
1320 | 1363 | },
|
| 1364 | + "route-logo-url": { |
| 1365 | + "id": "route-logo-url", |
| 1366 | + "title": "Logo URL", |
| 1367 | + "path": "/routes/logo-url", |
| 1368 | + "services": ["proxy"], |
| 1369 | + "description": "The route logo URL.", |
| 1370 | + "type": "string" |
| 1371 | + }, |
1321 | 1372 | "route-timeout": {
|
1322 | 1373 | "id": "route-timeout",
|
1323 | 1374 | "title": "Route Timeout",
|
|
0 commit comments