pomerium/examples/nginx
bobby 1a9ac2fef5
dev: add remote container debug configs (#1459)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-09-28 09:55:17 -07:00
..
_wildcard.localhost.pomerium.io-key.pem docs: add nginx example (#1329) 2020-08-26 17:10:23 -04:00
_wildcard.localhost.pomerium.io.pem docs: add nginx example (#1329) 2020-08-26 17:10:23 -04:00
auth.conf dev: add remote container debug configs (#1459) 2020-09-28 09:55:17 -07:00
config.yaml docs: add nginx example (#1329) 2020-08-26 17:10:23 -04:00
docker-compose.yaml dev: add remote container debug configs (#1459) 2020-09-28 09:55:17 -07:00
ext_authz.conf dev: add remote container debug configs (#1459) 2020-09-28 09:55:17 -07:00
httpbin.conf dev: add remote container debug configs (#1459) 2020-09-28 09:55:17 -07:00
pomerium.conf dev: add remote container debug configs (#1459) 2020-09-28 09:55:17 -07:00
proxy.conf dev: add remote container debug configs (#1459) 2020-09-28 09:55:17 -07:00
README.md docs: add nginx example (#1329) 2020-08-26 17:10:23 -04:00
rootCA-key.pem docs: add nginx example (#1329) 2020-08-26 17:10:23 -04:00
rootCA.pem docs: add nginx example (#1329) 2020-08-26 17:10:23 -04:00

Pomerium as external auth provider for Nginx

Run this demo locally on your docker-compose capable workstation, or replace localhost.pomerium.io with your own domain if running on a server.

Includes

  • Authentication and Authorization managed by pomerium
  • Routing / reverse proxying handled by nginx

How

  • Update config.yaml for your e-mail address, if not using gmail/google.
  • Replace secrets in config.yaml.
  • Run docker-compose up from this directory.
  • Navigate to https://httpbin.localhost.pomerium.io
  • ???
  • Profit