pomerium/docs/guides
backport-actions-token[bot] 20e21964d0
Refresh and Update TCP documentation (#2627) (#2679)
* init client app doc

* init TCP section

* add redirect for TCP client doc

* Redis and Mysql

* finish TCP exampels

* init Draft template

* cleanup whitespace

* escape markdown image in template

* add redirect and update links

* copy edit

* Update readme.md

* fmt

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>

* optimize png

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>

* header cleanup and child listing

* Update docs/docs/tcp/ssh.md

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>

Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com>
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>

Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com>
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2021-10-14 07:58:37 -07:00
..
img Installation Docs Restructuring (#2406) 2021-07-29 15:40:15 -05:00
ad-guard.md Enterprise Docs (#2390) 2021-08-04 13:55:04 -05:00
argo.md replace bdd@pom with user@example (#2484) (#2485) 2021-08-16 18:05:27 -07:00
cloud-run.md docs: replace httpbin with verify (#1702) 2020-12-22 09:53:08 -08:00
code-server.md Enterprise Docs (#2390) 2021-08-04 13:55:04 -05:00
istio.md docs: refactor sections, consolidate examples (#1164) 2020-07-30 11:02:14 -07:00
jwt-verification.md doc updates (#2433) 2021-08-04 15:00:31 -07:00
kubernetes-dashboard.md Enterprise Docs (#2390) 2021-08-04 13:55:04 -05:00
kubernetes.md doc updates (#2433) 2021-08-04 15:00:31 -07:00
local-oidc.md Update binary install doc (#2447) (#2452) 2021-08-06 12:44:32 -06:00
mtls.md doc updates (#2433) 2021-08-04 15:00:31 -07:00
nginx.md docs: replace httpbin with verify (#1702) 2020-12-22 09:53:08 -08:00
readme.md Installation Docs Restructuring (#2406) 2021-07-29 15:40:15 -05:00
synology.md Enterprise Docs (#2390) 2021-08-04 13:55:04 -05:00
tcp.md Refresh and Update TCP documentation (#2627) (#2679) 2021-10-14 07:58:37 -07:00
tiddlywiki.md Enterprise Docs (#2390) 2021-08-04 13:55:04 -05:00
traefik-ingress.md docs: Add Traefik + Kubernetes example (#1411) 2020-09-19 13:33:32 -04:00
transmission.md doc updates (#2433) 2021-08-04 15:00:31 -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 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.
  • 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.
  • 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.