Skip to content

Commit 6af30f2

Browse files
committed
pr feedback
1 parent e1d620e commit 6af30f2

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

content/docs/capabilities/routes-portal.mdx

+12-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: How to quickly view the routes you have access to in Pomerium.
66
keywords: [pomerium, routes, portal, cli, desktop client, JSON API]
77
---
88

9-
The Pomerium Routes Portal allows a user to see all the routes they have access to and easily navigate or connect to them. The Routes Portal is personalized for each user based their authorization to the configured routes. For non-HTTP routes, such as SSH or plain TCP connections, the portal provides corresponding Pomerium CLI commands that can be used to connect to the resources.
9+
The Pomerium Routes Portal allows a user to see all the routes they have access to and easily navigate or connect to them. The Routes Portal is personalized for each user based on their authorization to the configured routes. For non-HTTP routes, such as SSH or plain TCP connections, the portal provides corresponding Pomerium CLI commands that can be used to connect to the resources.
1010

1111
We recommend using the Routes Portal to help onboard new users to Pomerium and to provide a central location for users to access all their resources.
1212

@@ -19,7 +19,11 @@ The Routes Portal is available in the following ways:
1919
- [**CLI**](#cli) - Can be used programmatically to list routes and then connect to them
2020
- [**JSON API**](#json-api) - Can be used to integrate with your own systems and processes
2121

22-
:::note Identifying Your Pomerium Domain The Routes Portal is available on all Pomerium cluster domains. New users should contact their Pomerium administrator to identify their organization's Pomerium domain. The domain could be a Pomerium provided domain such as `curious-cat-9999.pomerium.app` or a custom domain. :::
22+
:::note Identifying Your Pomerium Domain
23+
24+
The Routes Portal is available on all Pomerium cluster domains. New users should contact their Pomerium administrator to identify their organization's Pomerium domain. The domain could be a Pomerium provided domain such as `curious-cat-9999.pomerium.app` or a custom domain.
25+
26+
:::
2327

2428
### Web Page
2529

@@ -29,9 +33,13 @@ The web page version of the Routes Portal is accessible via a web browser at `ht
2933

3034
### Desktop Client
3135

32-
The Pomerium Desktop Client can automatically create connections using the Routes Portal. While static route lists can be exported, shared, and imported by users looking to set up their Pomerium Desktop Client, the portal provides a more dynamic way of loading available route configuration. After providing your Pomerium cluster domain, the Desktop Client will automatically load all the routes you have access to. You may optionally specific a tag for the loaded routes to identify the ones created by this process.
36+
The Pomerium Desktop Client can automatically create connections using the Routes Portal. While static route lists can be exported, shared, and imported by users looking to set up their Pomerium Desktop Client, the portal provides a more dynamic way of loading available route configuration. After providing your Pomerium cluster domain, the Desktop Client will automatically load all the routes you have access to. You may optionally specify a tag for the loaded routes to identify the ones created by this process.
37+
38+
:::note Updating Routes in the Desktop Client
39+
40+
The Desktop Client does not automatically update the routes list when changes are made to the Pomerium configuration. An updated routes list can be loaded by performing the same process again.
3341

34-
:::note Updating Routes in the Desktop Client The Desktop Client does not automatically update the routes list when changes are made to the Pomerium configuration. An updated routes list can be loaded by performing the same process again. :::
42+
:::
3543

3644
![Desktop Client](./img/routes-portal/desktop-client.png)
3745

0 commit comments

Comments
 (0)