mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
docs: various fixes (#478)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
06433e0d53
commit
50754bed31
3 changed files with 7 additions and 1 deletions
|
@ -30,5 +30,5 @@ features:
|
|||
|
||||
- src: /secure-server.svg
|
||||
title: Your apps. Your data. Deployed anywhere.
|
||||
text: BeyondCorp-style access shouldn't come at the cost of cloud vendor lock-in, or control over data tenancy. Pomerium supports a wide array of deployment options. Whether you are on-prem, hybrid, or multi-cloud, we’ve got you covered.
|
||||
text: BeyondCorp-style access shouldn't come at the cost of cloud vendor lock-in or control over data tenancy. Pomerium supports a wide array of deployment options. Whether you are on-prem, hybrid, or multi-cloud, we’ve got you covered.
|
||||
---
|
||||
|
|
|
@ -74,3 +74,5 @@ Set your router to use your new host as the primary DNS server.
|
|||
Simply navigate to your new adguard instance (e.g. `https://adguard.domain.example`) and behold all of the malware you and your family are no longer subjected to.
|
||||
|
||||

|
||||
|
||||
[quick start]: ../docs/quick-start
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# Overview
|
||||
|
||||
This section contains applications, and scenario specific guides for Pomerium.
|
||||
|
||||
- The [ad-guard](./ad-guard.md) recipe demonstrates how pomerium can be used to augment web applications that only support simplistic authorization mechanisms like basic-auth with single-sign-on driven access policy.
|
||||
- The [kubernetes](./kubernetes.md) guide covers how to add authentication and authorization to kubernetes dashboard using helm, and letsencrypt certificates. This guide also shows how third party reverse-proxies like nginx/traefik can be used in conjunction with pomerium using forward-auth.
|
||||
- The [visual studio code](./vs-code-server.md) guide demonstrates how pomerium can be used to add access control to third-party applications that don't ship with [fine-grained access control](https://github.com/cdr/code-server/issues/905).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue