mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-17 18:22:54 +02:00
init about page
This commit is contained in:
parent
c41fa99239
commit
df3edf76ee
4 changed files with 42 additions and 6 deletions
|
@ -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",
|
||||
|
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
### Programmatic API
|
||||
|
||||
<!-- @Bobby please add details. -->
|
||||
|
||||
### Session management
|
||||
|
||||
Quickly view who is logged in your infrastructure, with easy access to revoke sessions.
|
||||
|
||||

|
||||
|
||||
### 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 -->
|
BIN
docs/enterprise/img/console-overview.gif
Normal file
BIN
docs/enterprise/img/console-overview.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 518 KiB |
BIN
docs/enterprise/img/console-session-list.png
Normal file
BIN
docs/enterprise/img/console-session-list.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Loading…
Add table
Add a link
Reference in a new issue