pomerium/docs/guides
2022-02-04 10:27:27 -06:00
..
img DOCS: GitLab Integration guide (#2800) 2022-01-05 13:48:07 -06:00
ad-guard.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
argo.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
cloud-run.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
code-server.md copy refresh (#2933) 2022-01-24 12:47:50 -05:00
enroll-device.md document enterprise enrollment option (#2994) 2022-02-04 10:27:27 -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 Docs: Rewrite Istio Guide for Ingress Controller (#2943) 2022-01-26 14:35:56 -06: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 DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
local-oidc.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
mtls.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
nginx.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
readme.md DOCS: GitLab Integration guide (#2800) 2022-01-05 13:48:07 -06:00
synology.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
tcp.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
tiddlywiki.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
traefik-ingress.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
transmission.md DOCS: keyword tag updates (#2922) 2022-01-11 12:36:47 -06:00
upstream-mtls.md add More Resources section (#2947) 2022-01-19 07:13:02 -08: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 Enroll a Device 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.