Pomerium is an identity and context-aware access proxy.
Find a file
2019-05-21 17:08:03 -04:00
.github authenticate: infer settings from authenticate url (#83) 2019-04-10 12:16:00 -07:00
authenticate more verbose errors on invalid uri parameter 2019-05-19 19:22:13 +01:00
authorize Refactor to central options struct and parsing 2019-05-18 08:17:36 -04:00
cmd/pomerium Refactor to central options struct and parsing 2019-05-18 08:17:36 -04:00
docs authenticate: add CSP headers to this service only (#120) 2019-05-14 22:29:24 -07:00
helm deployment: update helm and add quick-start docs (#75) 2019-03-29 08:35:31 -07:00
internal Refactor to central options struct and parsing 2019-05-18 08:17:36 -04:00
proto docs: update changelog, documentaiton, and helm configurations. (#63) 2019-03-19 10:55:41 -07:00
proxy proxy: fix bug with incorrect addressing causing invalid route configs 2019-05-21 17:08:03 -04:00
scripts docs: add certificate section (#96) 2019-04-27 20:21:43 -07:00
.codecov.yml authorize: add authorization (#59) 2019-03-07 12:47:07 -08:00
.dockerignore deployment: add images for arm (#102) 2019-05-03 12:28:29 -07:00
.firebaserc update reamde and docs 2019-01-04 21:24:07 -08:00
.gitignore authenticate: support kubernetes (#62) 2019-03-12 15:31:17 -07:00
.travis.yml deployment: add automatic travis releases 2019-02-19 14:40:47 -08:00
3RD-PARTY authenticate: use gRPC for service endpoints (#39) 2019-02-08 10:10:38 -08:00
CHANGELOG.md changelog++ 2019-04-30 21:20:48 -07:00
Dockerfile docker: add missing golint command 2019-05-15 13:29:16 +02:00
Dockerfile.arm32v6 deployment: just make non amd builds 2019-05-03 13:13:00 -07:00
Dockerfile.arm32v7 deployment: just make non amd builds 2019-05-03 13:13:00 -07:00
Dockerfile.arm64v8 Create Dockerfile for arm64 - Fixes #125 2019-05-20 14:16:47 +12:00
env.example authenticate: infer settings from authenticate url (#83) 2019-04-10 12:16:00 -07:00
firebase.json update reamde and docs 2019-01-04 21:24:07 -08:00
go.mod proxy: make http headers configurable (#108) 2019-05-07 12:05:25 -07:00
go.sum proxy: make http headers configurable (#108) 2019-05-07 12:05:25 -07:00
LICENSE initial release 2019-01-02 12:13:36 -08:00
Makefile deployment: use distroless builds (#101) 2019-05-02 19:02:46 -07:00
package.json docs: add sitemap 2019-04-14 17:59:31 -07:00
policy.example.yaml cmd/pomerium : refactor main to more testable (#112) 2019-05-09 23:10:19 -07:00
README.md docs: add configuration variables (#52) 2019-02-18 18:48:14 -08:00
VERSION version++ 2019-04-30 21:22:48 -07:00

logo

Pomerium

Travis CI Go Report Card GoDoc LICENSE codecov

Pomerium is a tool for managing secure access to internal applications and resources.

Use Pomerium to:

  • provide a single-sign-on gateway to internal applications.
  • enforce dynamic access policy based on context, identity, and device state.
  • aggregate access logs and telemetry data.
  • an alternative to a VPN.

Check out awesome-zero-trust to learn more about some of the problems Pomerium attempts to address.

Docs

To get started with pomerium, check out our quick start guide.

For comprehensive docs, and tutorials see our documentation and the godocs.