pomerium/docs/guides
backport-actions-token[bot] e55b581f61
DOCS: Add New Videos to Docs Pages (#3177) (#3180)
* limit related to our videos

* add install demo to install index

* add intro video to landing page

Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
2022-03-23 09:25:13 -05:00
..
img admin enrollment guide (#3061) 2022-02-18 06:53:22 -06:00
ad-guard.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
admin-enroll-device.md admin enrollment guide (#3061) 2022-02-18 06:53:22 -06:00
argo.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
cloud-run.md ci: rename master to main (#3045) 2022-02-15 16:02:40 -05:00
code-server.md various link fixes (#3049) 2022-02-18 11:19:02 -06:00
enroll-device.md DOCS: Standardize Reference image paths in Enterprise Docs (#3080) 2022-02-25 09:38:35 -06:00
gitlab.md Fix minor typo in gitlab.md (#2984) 2022-01-31 20:17:31 -08:00
grafana.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
istio.md typo correction (#3121) (#3122) 2022-03-09 03:32:17 +00:00
jwt-verification.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
kubernetes-dashboard.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
kubernetes.md fix metadata description (#3027) 2022-02-09 14:31:56 -06:00
local-oidc.md docs: update default verify port to 8000 (#3136) (#3138) 2022-03-11 14:11:15 -06:00
mtls.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
nginx.md ci: rename master to main (#3045) 2022-02-15 16:02:40 -05:00
readme.md admin enrollment guide (#3061) 2022-02-18 06:53:22 -06:00
synology.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
tcp.md ci: rename master to main (#3045) 2022-02-15 16:02:40 -05:00
tiddlywiki.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
traefik-ingress.md DOCS: Add New Videos to Docs Pages (#3177) (#3180) 2022-03-23 09:25:13 -05:00
transmission.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
upstream-mtls.md Correct domain name (#3100) (#3116) 2022-03-08 21:39:57 +00:00

Overview

This section contains applications, and scenario specific guides for Pomerium.

  • The ad-guard 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 argo guide demonstrates how Pomerium can be used to add access control to Argo.
  • The Client-Side mTLS guide demonstrates how Pomerium can be used to add mutual authentication to end-user connections using client certificates and a custom certificate authority.
  • The Cloud Run recipe demonstrates deploying Pomerium to Google Cloud Run as well as using it to Authorize users to protected Cloud Run endpoints.
  • The code-server guide demonstrates how Pomerium can be used to add access control to third-party applications that don't ship with fine-grained access control. code-server is a tool to run Visual Studio code as a web application.
  • See Device Admin-Enrollment to create pre-approved device enrollment links in the Pomerium Enterprise Console.
  • See Device User-Enrollment to learn how to register a security device (TPM, Yubikey, etc) to access routes requiring a device ID.
  • The GitLab guide covers securing a self-hosted instance of GitLab using Pomerium.
  • Our Grafana guide explains how to secure Grafana with Pomerium and integrate user sign-in using our JWT.
  • The JWT Verification guide demonstrates how to verify the Pomerium JWT assertion header using Envoy.
  • The Kubernetes Dashboard guide covers how to secure Kubernetes dashboard using Pomerium.
  • The kubernetes 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 local OIDC guide demonstrates how Pomerium can be used with local OIDC server for dev/testing.
  • Our Synology guide demonstrates how lightweight Pomerium is by installing it on a Synology NAS or similar low-resource product.
  • The TiddlyWiki guide demonstrates how Pomerium can be used to add authentication and authorization to web application using authenticated header.
  • The Transmission guide demonstrates how Pomerium can act as an authentication and authorization proxy for your Transmission daemon's RPC interface, which only provides unencrypted HTTP auth out of the box.
  • Upstream mTLS With Pomerium explains how to provide a client certificate (mTLS) from Pomerium to an upstream service.