Skip to content

Commit 6c6bfd9

Browse files
Update Enterprise admonitions (#1215)
* adds ent admonition to authentication page * adds ent admonition to authorize * adds ent admonition to device identity section * adds ent admonition to integrations page * adds ent admonitions to two guides * fixes incorrect link * fixes cspell typo * Update content/docs/capabilities/authorization.mdx Co-authored-by: Kenneth Jenkins <[email protected]> --------- Co-authored-by: Kenneth Jenkins <[email protected]>
1 parent 4b3eae7 commit 6c6bfd9

File tree

5 files changed

+31
-9
lines changed

5 files changed

+31
-9
lines changed

content/docs/capabilities/authentication.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ By configuring your applications to route requests to Pomerium’s Proxy service
5454

5555
## External data sources (Enterprise)
5656

57+
:::enterprise Pomerium Enterprise
58+
5759
[Enterprise customers](https://www.pomerium.com/enterprise-sales/) can enforce context-aware access with Pomerium’s [external data sources](/docs/integrations) feature (directory sync).
5860

61+
:::
62+
5963
From the Enterprise Console, you can import external data from sources other than your IdP. User identity context such as users, groups, roles, language, time zones, location, and more can be included into your authorization policy so you can make granular access control decisions.

content/docs/capabilities/authorization.mdx

+17-5
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,13 @@ You can apply policies in Pomerium to [Namespaces](/docs/capabilities/namespacin
3434

3535
### Namespaces
3636

37-
Administrators can create a namespace, add users, groups, and routes to it, and configure a policy that applies to that specific namespace.
37+
:::enterprise Pomerium Enterprise
38+
39+
Namespace support is available only for [Enterprise customers](https://www.pomerium.com/enterprise-sales/).
3840

39-
Namespace support is only available for [Enterprise customers](https://www.pomerium.com/enterprise-sales/).
41+
:::
42+
43+
Administrators can create a namespace, add users, groups, and routes to it, and configure a policy that applies to that specific namespace.
4044

4145
### Routes
4246

@@ -102,7 +106,11 @@ In this example, Pomerium will grant a user access if their email address ends i
102106

103107
### Enterprise Console GUI
104108

105-
The Enterprise Console provides a policy builder GUI so you can build policies and reapply them to multiple routes and namespaces.
109+
:::enterprise Pomerium Enterprise
110+
111+
The Enterprise Console provides a policy builder GUI so you can build policies and reapply them to multiple routes and namespaces. See our [**Enterprise**](/docs/deploy/enterprise) page to learn more.
112+
113+
:::
106114

107115
Use the **BUILDER** tab to build your policy:
108116

@@ -194,12 +202,16 @@ Pomerium Core and Enterprise offer the following options for overriding your aut
194202

195203
## Manage devices
196204

205+
:::enterprise Pomerium Enterprise
206+
207+
[Device identity](/docs/capabilities/device-identity) is an Enterprise feature. Check out our [Enterprise](/docs/deploy/enterprise) page to learn more.
208+
209+
:::
210+
197211
The **Manage Devices** feature in the Enterprise Console allows you to enroll and manage user devices for policy-based authorization.
198212

199213
![Enroll devices](./img/authorization/enroll-device.png)
200214

201215
The **Devices List** displays enrolled devices for each user and the approval status. Administrators can inspect, approve, or delete registered devices from this table.
202216

203217
![List of user devices](./img/authorization/console-devices.png)
204-
205-
See [Device Identity](docs/capabilities/device-identity) for more information.

content/docs/guides/jenkins.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ Sign in to continue to the Jenkins dashboard.
176176
</TabItem>
177177
<TabItem label="Enterprise" value="Enterprise">
178178

179-
:::tip Note
179+
:::enterprise Pomerium Enterprise
180180

181-
This guide assumes you can access the Enterprise Console.
181+
This guide assumes you can access the [Enterprise Console](/docs/deploy/enterprise).
182182

183183
:::
184184

content/docs/guides/tooljet.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ In your browser, go to the external ToolJet URL to set up your workspace.
109109
</TabItem>
110110
<TabItem value="Enterprise" label="Enterprise">
111111

112-
:::tip **Note**
112+
:::enterprise Pomerium Enterprise
113113

114-
This guide assumes you can access the Enterprise Console.
114+
This guide assumes you can access the [Enterprise Console](/docs/deploy/enterprise/install).
115115

116116
The Docker Compose configuration in the Enterprise portion of this guide uses same implementation as the [Enterprise Quickstart](/docs/deploy/enterprise/quickstart).
117117

content/docs/integrations.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ sidebar_label: integrations
44
description: Extend your authorization policies with data from external sources.
55
---
66

7+
:::enterprise Pomerium Enterprise
8+
9+
This article describes a use case only available to [Pomerium Enterprise](/docs/deploy/enterprise) customers.
10+
11+
:::
12+
713
<iframe
814
width="100%"
915
height="415"

0 commit comments

Comments
 (0)