Skip to content

Commit 204735b

Browse files
authored
[ZT] clarify target hostname (#23524)
* clarify target hostname * tweak wording
1 parent fbd1a7e commit 204735b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

src/content/glossary/cloudflare-one.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ entries:
207207
general_definition: |-
208208
a resource with an IP address or hostname that is reachable by Cloudflare, such as a server or web application.
209209
210+
- term: target hostname
211+
general_definition: |-
212+
a label used to identify a set of targets in an Access for Infrastructure application.
213+
210214
- term: team domain
211215
general_definition: |-
212216
a unique subdomain assigned to your Cloudflare account (for example, `<your-team-name>.cloudflareaccess.com`), where users will find the apps you have secured behind Cloudflare Zero Trust.

src/content/partials/cloudflare-one/access/add-infrastructure-app.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
{}
33
---
44

5-
import { Tabs, TabItem, Render, APIRequest } from "~/components";
5+
import { Tabs, TabItem, Render, APIRequest, GlossaryTooltip } from "~/components";
66

77
<Tabs syncKey="dashPlusAPI">
88
<TabItem label="Dashboard">
99
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Access** > **Applications**.
1010
2. Select **Add an application**.
1111
3. Select **Infrastructure**.
1212
4. Enter any name for the application.
13-
5. In **Target criteria**, select the target hostname(s) that will represent the application. The application definition will apply to all targets that share the selected hostname, including any targets added in the future.
13+
5. In **Target criteria**, select the <GlossaryTooltip term="target hostname">target hostname(s)</GlossaryTooltip> that you want to secure. This application definition will apply to all targets that share the selected hostname, including any targets added in the future. Similarly, if you later decide to change the hostname for a target, the renamed target will no longer be covered by this application.
1414
6. Enter the **Protocol** and **Port** that will be used to connect to the server.
1515
7. (Optional) If a protocol runs on more than one port, select **Add new target criteria** and reconfigure the same target hostname and protocol with a different port number.
1616
:::note

src/content/partials/cloudflare-one/access/add-target.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ params:
33
- protocol
44
---
55

6-
import { Tabs, TabItem, Render, Details, APIRequest} from "~/components";
6+
import { Tabs, TabItem, Render, Details, APIRequest, GlossaryTooltip } from "~/components";
77

88
A target represents a single resource in your infrastructure (such as a server, Kubernetes cluster, database, or container) that users will connect to through Cloudflare.
99

@@ -18,7 +18,7 @@ To create a new target:</p>) :
1818
<TabItem label="Dashboard">
1919
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Networks** > **Targets**.
2020
2. Select **Add a target**.
21-
3. In **Target hostname**, enter a user-friendly name for the target resource. We recommend using the server hostname, for example `production-server`. The hostname does not need to be unique and can be reused for multiple targets. Hostnames are used to define the subset of targets included in an infrastructure application and are not used in DNS address resolution.
21+
3. In **Target hostname**, enter a user-friendly name for the <GlossaryTooltip term="target">target</GlossaryTooltip>. We recommend using the server hostname, for example `production-server`. The target hostname does not need to be unique and can be reused for multiple targets. Hostnames are used to define the targets secured by an Access application; they are not used for DNS address resolution.
2222
<Details header="Format restrictions">
2323
- Case insensitive
2424
- Contain no more than 253 characters

0 commit comments

Comments
 (0)