Skip to content

Commit 4879e59

Browse files
committed
add list-targets
1 parent a891d45 commit 4879e59

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@ sidebar:
1010

1111
import { Badge, Details, Tabs, TabItem, Render } from "~/components";
1212

13+
<Details header="Feature availability">
14+
15+
| [WARP modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/) | [Zero Trust plans](https://www.cloudflare.com/teams-pricing/) |
16+
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
17+
| <ul><li> Gateway with WARP</li><li> Secure Web Gateway without DNS filtering </li></ul> | All plans |
18+
19+
| System | Availability | Minimum WARP version |
20+
| -------- | ------------ | -------------------- |
21+
| Windows || 2024.9.346.0 |
22+
| macOS || 2024.9.346.0 |
23+
| Linux || 2024.9.346.0 |
24+
| iOS || |
25+
| Android || |
26+
| ChromeOS || |
27+
28+
29+
</Details>
30+
1331
Access for Infrastructure allows you to have granular control over how users access individual servers, clusters, or databases in your private network. By adding an infrastructure application to Cloudflare Access, you can configure how users authenticate to the resource as well as control and authorize the ports, protocols, and usernames that they can connect with. Access and command logs ensure regulatory compliance and allow for auditing of user activity in case of a security breach.
1432

1533
:::note
@@ -64,6 +82,28 @@ To connect to targets that are in different VNETS, users will need to [switch th
6482
If a user is connected to a target in VNET-A and needs to connect to a target in VNET-B, switching their VNET will not break any existing connections to targets within VNET-A. At present, connections are maintained between VNETs.
6583
:::
6684

85+
### Display available targets
86+
87+
Users can use `warp-cli` to display a list of targets they can access. On the WARP device, open a terminal and run the following command:
88+
89+
```sh
90+
warp-cli target list
91+
```
92+
93+
```sh output
94+
╭──────────────────────────────────────┬──────────┬──────┬────────────────────────────────┬───────────────────────────────────────────────────────────────────┬─────────────╮
95+
│ Target ID │ Protocol │ Port │ Attributes │ IP (Virtual Network) │ Usernames │
96+
├──────────────────────────────────────┼──────────┼──────┼────────────────────────────────┼───────────────────────────────────────────────────────────────────┼─────────────┤
97+
│ d97525c8-3941-40e8-876a-227ebdfb9102 │ ssh │ 22 │ env: dev, staging │ 10.0.0.1 (f3399768-d320-11ec-9d64-0242ac120012) │ root, admin │
98+
│ │ │ │ hostname: vault 420, vault 421 │ │ │
99+
├──────────────────────────────────────┼──────────┼──────┼────────────────────────────────┼───────────────────────────────────────────────────────────────────┼─────────────┤
100+
│ 46c2d5d1-dab0-4342-bbcb-3a270cde2ad8 │ ssh │ 23 │ color: blue, red │ 10.0.0.2 (f3399768-d320-11ec-9d64-0242ac120011) │ root, user │
101+
│ │ │ │ env: production │ 2001:0:130f::9c0:876a:130b (f3499768-d320-11ec-9d64-0242ac120011) │ │
102+
│ │ │ │ hostname: vault 420, vault 424 │ │ │
103+
╰──────────────────────────────────────┴──────────┴──────┴────────────────────────────────┴───────────────────────────────────────────────────────────────────┴─────────────╯
104+
105+
```
106+
67107
## Revoke a user's session
68108

69109
To revoke a user's access to all infrastructure targets, you can either [revoke the user from Zero Trust](/cloudflare-one/identity/users/session-management/#per-user) or revoke their device. Cloudflare does not currently support revoking a user's session for a specific target.

0 commit comments

Comments
 (0)