|
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 | },
|
|
797 | 804 | "description": "Allows unauthenticated HTTP OPTIONS requests.",
|
798 | 805 | "type": "bool"
|
799 | 806 | },
|
| 807 | + "description": { |
| 808 | + "id": "description", |
| 809 | + "title": "Description", |
| 810 | + "path": "/routes/description", |
| 811 | + "services": ["proxy"], |
| 812 | + "description": "Description of the route.", |
| 813 | + "type": "string" |
| 814 | + }, |
800 | 815 | "enable-google-cloud-serverless-authentication": {
|
801 | 816 | "id": "enable-google-cloud-serverless-authentication",
|
802 | 817 | "title": "Enable Google Cloud Serverless Authentication",
|
|
1057 | 1072 | },
|
1058 | 1073 | "logo-url": {
|
1059 | 1074 | "id": "logo-url",
|
1060 |
| - "title": "Logo Url", |
| 1075 | + "title": "Logo URL", |
1061 | 1076 | "path": "/branding#logo-url",
|
1062 |
| - "description": "A Url pointing to your logo. Defaults to Pomerium's Logo.", |
| 1077 | + "description": "A URL pointing to your logo. Defaults to Pomerium's Logo.", |
1063 | 1078 | "services": [],
|
1064 | 1079 | "type": "URL"
|
1065 | 1080 | },
|
|
1318 | 1333 | "description": "Modifies response headers before they are returned to the client. 'Header' matches the HTTP header name; 'prefix' will be replaced with 'value'.",
|
1319 | 1334 | "type": "object"
|
1320 | 1335 | },
|
| 1336 | + "route-logo-url": { |
| 1337 | + "id": "route-logo-url", |
| 1338 | + "title": "Route Logo URL", |
| 1339 | + "path": "/routes/logo-url", |
| 1340 | + "services": ["proxy"], |
| 1341 | + "description": "The route logo URL.", |
| 1342 | + "type": "URL" |
| 1343 | + }, |
1321 | 1344 | "route-timeout": {
|
1322 | 1345 | "id": "route-timeout",
|
1323 | 1346 | "title": "Route Timeout",
|
|
0 commit comments