|
454 | 454 | "id": "dns-lookup-family",
|
455 | 455 | "title": "DNS Lookup Family",
|
456 | 456 | "path": "/dns-lookup-family",
|
457 |
| - "description": "The DNS IP address resolution policy.", |
| 457 | + "description": "Sets the DNS IP address resolution policy.", |
458 | 458 | "services": [],
|
459 | 459 | "type": "string"
|
460 | 460 | },
|
|
666 | 666 | "id": "set-response-headers",
|
667 | 667 | "title": "Set Response Headers",
|
668 | 668 | "path": "/set-response-headers",
|
669 |
| - "description": "Sets static HTTP Response Header values for all managed routes", |
| 669 | + "description": "Sets static HTTP Response Header values for all managed routes.", |
670 | 670 | "services": [],
|
671 | 671 | "type": "map of strings key value pairs"
|
672 | 672 | },
|
|
682 | 682 | "id": "jwt-claim-headers",
|
683 | 683 | "title": "JWT Claim Headers",
|
684 | 684 | "path": "/jwt-claim-headers",
|
685 |
| - "description": "The JWT Claim Headers setting allows you to pass specific user session data to upstream applications as HTTP request headers and additional JWT claims.", |
| 685 | + "description": "Passes user session data to upstream applications as HTTP Request Headers and additional JWT claims.", |
686 | 686 | "services": [],
|
687 | 687 | "type": "slice of string"
|
688 | 688 | },
|
|
705 | 705 | "id": "x-forwarded-for-http-header",
|
706 | 706 | "title": "X-Forwarded-For HTTP Header",
|
707 | 707 | "path": "/x-forwarded-for-http-header",
|
708 |
| - "description": "Do not append proxy IP address to x-forwarded-for (https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_conn_man/headers.html?highlight=skip_xff_append#x-forwarded-for).", |
| 708 | + "description": "Indicates which IP addresses a request has flowed through between the client and upstream service.", |
709 | 709 | "services": [],
|
710 | 710 | "type": "bool"
|
711 | 711 | },
|
|
741 | 741 | "data-broker-storage-connection-string": {
|
742 | 742 | "id": "data-broker-storage-connection-string",
|
743 | 743 | "title": "Databroker Storage Connection String",
|
744 |
| - "description": "Sets Postgres connection string to connect Databroker service to storage backend", |
| 744 | + "description": "Sets the database connection string to connect Databroker service to storage backend.", |
745 | 745 | "path": "/databroker#databroker-storage-connection-string",
|
746 | 746 | "services": [],
|
747 | 747 | "type": "string"
|
|
1042 | 1042 | "pass-identity-headers": {
|
1043 | 1043 | "id": "pass-identity-headers",
|
1044 | 1044 | "title": "Pass Identity Headers",
|
1045 |
| - "description": "The global Pass Identity Headers setting passes identity headers to all upstream applications.", |
| 1045 | + "description": "If applied, passes X-Pomerium-Jwt-Assertion header and JWT Claims Headers to all upstream applications.", |
1046 | 1046 | "short_description": "Pass identity headers to all upstream applications",
|
1047 | 1047 | "path": "/pass-identity-headers",
|
1048 | 1048 | "services": ["proxy"],
|
|
1480 | 1480 | "path": "/routes/direct-response",
|
1481 | 1481 | "description": "Instructs Pomerium to send a static HTTP response to the downstream client for a managed route.",
|
1482 | 1482 | "services": ["proxy"]
|
| 1483 | + }, |
| 1484 | + "cluster-settings-name": { |
| 1485 | + "id": "cluster-settings-name", |
| 1486 | + "title": "Cluster Name", |
| 1487 | + "description": "A customizable name that identifies a cluster. Defaults to the cluster's randomly generated starter domain name." |
| 1488 | + }, |
| 1489 | + "detected-ip-address": { |
| 1490 | + "id": "detected-ip-address", |
| 1491 | + "title": "Detected IP Address", |
| 1492 | + "description": "The IP address detected for this cluster server." |
| 1493 | + }, |
| 1494 | + "override-ip-address": { |
| 1495 | + "id": "override-ip-address", |
| 1496 | + "title": "Override IP Address", |
| 1497 | + "description": "Manually sets the IP address of this cluster and overrides the detected IP. Use this setting if Pomerium can't connect to cluster over detected IP." |
| 1498 | + }, |
| 1499 | + "cluster-identity": { |
| 1500 | + "id": "cluster-identity", |
| 1501 | + "title": "Cluster Identity", |
| 1502 | + "description": "The cluster token that associates this cluster with a personal account or organization." |
1483 | 1503 | }
|
1484 | 1504 | }
|
0 commit comments