diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index e07147f01..51432b9f9 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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", diff --git a/docs/enterprise/about.md b/docs/enterprise/about.md index 2c24f8ef4..670ec119c 100644 --- a/docs/enterprise/about.md +++ b/docs/enterprise/about.md @@ -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 + + + +### 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. + + + +### Hierarchical authorization policy + + + ## Availability + + ## Sign up -CTA \ No newline at end of file +To request a demo or sign up for Pomerium Enterprise, \ No newline at end of file diff --git a/docs/enterprise/img/console-overview.gif b/docs/enterprise/img/console-overview.gif new file mode 100644 index 000000000..15b872748 Binary files /dev/null and b/docs/enterprise/img/console-overview.gif differ diff --git a/docs/enterprise/img/console-session-list.png b/docs/enterprise/img/console-session-list.png new file mode 100644 index 000000000..ee9405ce6 Binary files /dev/null and b/docs/enterprise/img/console-session-list.png differ