Skip to content

Commit da482a0

Browse files
committed
adds custom domains tooltips
1 parent de1c82e commit da482a0

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

content/docs/reference/reference.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -1020,19 +1020,19 @@
10201020
"service-account-token": {
10211021
"id": "service-account-token",
10221022
"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",
10241024
"description": "The generated JWT used to authenticate this service account. See documentation for supported authentication methods and examples."
10251025
},
10261026
"service-account-name": {
10271027
"id": "service-account-name",
10281028
"title": "Service Account Name",
1029-
"path": "/capabilities/service-accounts",
1029+
"path": "/../capabilities/service-accounts",
10301030
"description": "A customizable name that identifies this service account."
10311031
},
10321032
"service-account-expiration": {
10331033
"id": "service-account-expiration",
10341034
"title": "Service Account Expiration",
1035-
"path": "/capabilities/service-accounts",
1035+
"path": "/../capabilities/service-accounts",
10361036
"description": "Sets the expiration time for this service account token. After the specified date, this token becomes invalid."
10371037
},
10381038
"service-account-user-id": {
@@ -1546,6 +1546,11 @@
15461546
"title": "Cluster Name",
15471547
"description": "A customizable name that identifies a cluster. Defaults to the cluster's randomly generated starter domain name."
15481548
},
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+
},
15491554
"detected-ip-address": {
15501555
"id": "detected-ip-address",
15511556
"title": "Detected IP Address",
@@ -1560,5 +1565,10 @@
15601565
"id": "cluster-identity",
15611566
"title": "Cluster Identity",
15621567
"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."
15631573
}
15641574
}

0 commit comments

Comments
 (0)