init about page

This commit is contained in:
alexfornuto 2021-07-22 10:00:14 -05:00
parent c41fa99239
commit df3edf76ee
4 changed files with 42 additions and 6 deletions

View file

@ -39,7 +39,7 @@ module.exports = {
{ text: "Guides", link: "/guides/" },
{
text: "Enterprise",
link: "/enterprise/",
link: "/enterprise/about/",
//target: "_self",
//rel: "",
},
@ -194,7 +194,7 @@ module.exports = {
type: "group",
collapsable: false,
sidebarDepth: 2,
path: "/enterprise/",
//path: "/enterprise/",
children: [
//"",
"about",
@ -202,11 +202,11 @@ module.exports = {
title: "Install",
type: "group",
collapsable: false,
path: "install/",
path: "/enterprise/install/",
sidebarDepth: 2,
children: [
"install/quickstart",
"install/helm",
"/enterprise/install/quickstart",
"/enterprise/install/helm",
],
},
"prometheus",

View file

@ -10,8 +10,44 @@ This paragraph introduces what Pomerium Enterprise is.
## Features
In addition to the capabilities provided by open-source Pomerium, Pomerium Enterprise provides:
### Management GUI
The Pomerium Enterprise Console lets you view traffic and logs, define routes and policies, and organize your service access all from an intuitive web interface.
![Overview animation of the Pomerium Enterprise Console](./img/console-overview.gif)
### Programmatic API
<!-- @Bobby please add details. -->
### Session management
Quickly view who is logged in your infrastructure, with easy access to revoke sessions.
![Pomerium Enterprise Console Session List](./img/console-session-list.png)
### Self-Service, and Access Controls
Easily define who can control access to what areas of your infrastructure. Our Namespaces make it easy to allow teams to self-manage access to the infrastructure they build from or depend on.
Pomerium Enterprise uses teams and groups defined by your IdP, so you can build stable policies that's don't need to be adjusted as your company changes.
### Deployment History & Audit Logs
View and export change and access logs from the web UI. Pomerium Enterprise Console gives you a complete view of who's using it and how access is adjusted.
<!-- This is a start, but a weak one. -->
### Hierarchical authorization policy
## Availability
<!-- @Bobby -->
## Sign up
CTA
To request a demo or sign up for Pomerium Enterprise, <!-- @bobby CTA goes here -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB