|
1020 | 1020 | "service-account-token": {
|
1021 | 1021 | "id": "service-account-token",
|
1022 | 1022 | "title": "Service Account Token",
|
1023 |
| - "path": "/capabilities/service-accounts#authenticate-with-the-service-account-jwt", |
| 1023 | + "path": "/../capabilities/service-accounts#authenticate-with-the-service-account-jwt", |
1024 | 1024 | "description": "The generated JWT used to authenticate this service account. See documentation for supported authentication methods and examples."
|
1025 | 1025 | },
|
1026 | 1026 | "service-account-name": {
|
1027 | 1027 | "id": "service-account-name",
|
1028 | 1028 | "title": "Service Account Name",
|
1029 |
| - "path": "/capabilities/service-accounts", |
| 1029 | + "path": "/../capabilities/service-accounts", |
1030 | 1030 | "description": "A customizable name that identifies this service account."
|
1031 | 1031 | },
|
1032 | 1032 | "service-account-expiration": {
|
1033 | 1033 | "id": "service-account-expiration",
|
1034 | 1034 | "title": "Service Account Expiration",
|
1035 |
| - "path": "/capabilities/service-accounts", |
| 1035 | + "path": "/../capabilities/service-accounts", |
1036 | 1036 | "description": "Sets the expiration time for this service account token. After the specified date, this token becomes invalid."
|
1037 | 1037 | },
|
1038 | 1038 | "service-account-user-id": {
|
|
1546 | 1546 | "title": "Cluster Name",
|
1547 | 1547 | "description": "A customizable name that identifies a cluster. Defaults to the cluster's randomly generated starter domain name."
|
1548 | 1548 | },
|
| 1549 | + "cluster-starter-domain": { |
| 1550 | + "id": "cluster-starter-domain", |
| 1551 | + "title": "Cluster Starter Domain", |
| 1552 | + "description": "The randomly generated starter domain assigned to this cluster. This domain is not changeable, and is designed to be used as a proof of concept." |
| 1553 | + }, |
1549 | 1554 | "detected-ip-address": {
|
1550 | 1555 | "id": "detected-ip-address",
|
1551 | 1556 | "title": "Detected IP Address",
|
|
1560 | 1565 | "id": "cluster-identity",
|
1561 | 1566 | "title": "Cluster Identity",
|
1562 | 1567 | "description": "The cluster token that associates this cluster with a personal account or organization."
|
| 1568 | + }, |
| 1569 | + "custom-domains": { |
| 1570 | + "id": "custom-domains", |
| 1571 | + "title": "Custom Domains", |
| 1572 | + "description": "A custom domain must be a Fully Qualified Domain Name (FQDN) that can be verified with DNS validation. Pomerium will issue X.509 wildcard certificates for this domain to secure the connection over TLS." |
1563 | 1573 | }
|
1564 | 1574 | }
|
0 commit comments