Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Enterprise admonitions #1215

Merged
merged 8 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/docs/capabilities/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ By configuring your applications to route requests to Pomerium’s Proxy service

## External data sources (Enterprise)

:::enterprise Pomerium Enterprise
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

side note: now that we have a custom component for this admonition, we may want to implement a default title in it, so we wouldn't need to repeat "Pomerium Enterprise" each time we use it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on their example, the title must be manually entered: https://docusaurus.io/docs/markdown-features/admonitions#custom-admonition-type-components. If it's possible to add a default title, we can do that for sure.


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

:::

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.
22 changes: 17 additions & 5 deletions content/docs/capabilities/authorization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ You can apply policies in Pomerium to [Namespaces](/docs/capabilities/namespacin

### Namespaces

Administrators can create a namespace, add users, groups, and routes to it, and configure a policy that applies to that specific namespace.
:::enterprise Pomerium Enterprise

Namespace support is available only for [Enterprise customers](https://www.pomerium.com/enterprise-sales/).

Namespace support is only available for [Enterprise customers](https://www.pomerium.com/enterprise-sales/).
:::

Administrators can create a namespace, add users, groups, and routes to it, and configure a policy that applies to that specific namespace.

### Routes

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

### Enterprise Console GUI

The Enterprise Console provides a policy builder GUI so you can build policies and reapply them to multiple routes and namespaces.
:::enterprise Pomerium Enterprise

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.

:::

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

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

## Manage devices

:::enterprise Pomerium Enterprise

[Device identity](/docs/capabilities/device-identity) is an Enterprise feature. Check out our [Enterprise](/docs/deploy/enterprise) page to learn more.

:::

The **Manage Devices** feature in the Enterprise Console allows you to enroll and manage user devices for policy-based authorization.

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

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

![List of user devices](./img/authorization/console-devices.png)

See [Device Identity](docs/capabilities/device-identity) for more information.
4 changes: 2 additions & 2 deletions content/docs/guides/jenkins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ Sign in to continue to the Jenkins dashboard.
</TabItem>
<TabItem label="Enterprise" value="Enterprise">

:::tip Note
:::enterprise Pomerium Enterprise

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

:::

Expand Down
4 changes: 2 additions & 2 deletions content/docs/guides/tooljet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ In your browser, go to the external ToolJet URL to set up your workspace.
</TabItem>
<TabItem value="Enterprise" label="Enterprise">

:::tip **Note**
:::enterprise Pomerium Enterprise

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

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

Expand Down
6 changes: 6 additions & 0 deletions content/docs/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ sidebar_label: integrations
description: Extend your authorization policies with data from external sources.
---

:::enterprise Pomerium Enterprise

This article describes a use case only available to [Pomerium Enterprise](/docs/deploy/enterprise) customers.

:::

<iframe
width="100%"
height="415"
Expand Down
Loading