pomerium/docs/guides
2021-03-22 16:46:20 -07:00
..
img docs: add architecture diagram for cloudrun (#1444) 2020-09-22 17:40:48 -04:00
ad-guard.md docs: fix links, fix upgrade guide (#1220) 2020-08-05 23:07:49 -07:00
argo.md remove rootDomain from examples (#1244) 2020-08-09 21:36:29 -07:00
cloud-run.md docs: replace httpbin with verify (#1702) 2020-12-22 09:53:08 -08:00
istio.md docs: refactor sections, consolidate examples (#1164) 2020-07-30 11:02:14 -07:00
jwt-verification.md docs: add JWT Verification w/Envoy guide (#1974) 2021-03-10 15:45:37 -07:00
kubernetes-dashboard.md remove rootDomain from examples (#1244) 2020-08-09 21:36:29 -07:00
kubernetes.md docs: fix minor errors (#1214) 2020-08-05 15:04:31 -04:00
local-oidc.md docs: update local-oidc.md (#1994) 2021-03-22 16:46:20 -07:00
mtls.md docs: replace httpbin with verify (#1702) 2020-12-22 09:53:08 -08:00
nginx.md docs: replace httpbin with verify (#1702) 2020-12-22 09:53:08 -08:00
readme.md docs: add JWT Verification w/Envoy guide (#1974) 2021-03-10 15:45:37 -07:00
tcp.md docs: add TCP guide (#1714) 2020-12-23 16:24:49 -05:00
tiddlywiki.md docs: refactor sections, consolidate examples (#1164) 2020-07-30 11:02:14 -07:00
traefik-ingress.md docs: Add Traefik + Kubernetes example (#1411) 2020-09-19 13:33:32 -04:00
vs-code-server.md docs: fix links, fix upgrade guide (#1220) 2020-08-05 23:07:49 -07: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 Cloud Run recipe demonstrates deploying pomerium to Google Cloud Run as well as using it to Authorize users to protected Cloud Run endpoints.
  • 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.
  • The mTLS guide demonstrates how pomerium can be used to add mutual authentication using client certificates and a custom certificate authority.
  • The TiddlyWiki guide demonstrates how pomerium can be used to add authentication and authorization to web application using authenticated header.
  • The visual studio code guide demonstrates how pomerium can be used to add access control to third-party applications that don't ship with fine-grained access control.