pomerium/docs/recipes
Travis Groth a1b6bfec56
docs: Cloud Run / GCP Serverless (#1101)
* Add GCP Serverless and Cloud Run docs
2020-07-20 14:00:52 -04:00
..
img docs: Cloud Run / GCP Serverless (#1101) 2020-07-20 14:00:52 -04:00
yml merge master 2020-05-18 17:10:10 -04:00
ad-guard.md docs: various fixes (#478) 2020-02-02 11:08:34 -08:00
argo.md deployment: prepare 0.9.0 (#798) 2020-05-30 18:07:57 -07:00
cloud-run.md docs: Cloud Run / GCP Serverless (#1101) 2020-07-20 14:00:52 -04:00
kubernetes-dashboard.md kubernetes docs (#1087) 2020-07-16 12:15:41 -06:00
kubernetes.md kubernetes docs (#1087) 2020-07-16 12:15:41 -06:00
local-oidc.md docs/recipes: add local oidc example (#1045) 2020-07-08 08:59:02 +07:00
mtls.md deployment: prepare 0.9.0 (#798) 2020-05-30 18:07:57 -07:00
readme.md docs: Cloud Run / GCP Serverless (#1101) 2020-07-20 14:00:52 -04:00
vs-code-server.md docs: make authorize service url more clear (#360) 2019-10-09 18:23:35 -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 Cloud Run recipe demonstrates deploying pomerium to Google Cloud Run as well as using it to Authorize users to protected Cloud Run endpoints.
  • 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 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.
  • The argo guide demonstrates how pomerium can be used to add access control to Argo.
  • The mTLS guide demonstrates how pomerium can be used to add mutual authentication using client certificates and a custom certificate authority.
  • The local OIDC guide demonstrates how pomerium can be used with local OIDC server for dev/testing.