Pomerium is an identity and context-aware access proxy.
Find a file
Bobby DeSimone 1848899152
v0.0.2
2019-02-19 14:02:15 -08:00
.github docs: add kubernetes (#33) 2019-01-27 22:22:14 -08:00
authenticate cmd/pomerium: add service mode to log 2019-02-19 11:23:10 -08:00
cmd/pomerium cmd/pomerium: add service mode to log 2019-02-19 11:23:10 -08:00
docs authenticate/providers: add onelogin (#53) 2019-02-19 10:41:27 -08:00
helm proxy: support certificate authority to verify server (#49) 2019-02-18 09:58:05 -08:00
internal docs: add configuration variables (#52) 2019-02-18 18:48:14 -08:00
proto/authenticate authenticate: use gRPC for service endpoints (#39) 2019-02-08 10:10:38 -08:00
proxy proxy: support certificate authority to verify server (#49) 2019-02-18 09:58:05 -08:00
scripts docs: add benchmarking script 2019-02-17 18:57:48 -08:00
.firebaserc update reamde and docs 2019-01-04 21:24:07 -08:00
.gitignore deployment : add docker-compose file 2019-01-16 17:44:53 -08:00
.travis.yml Remove unused test files. 2019-01-15 15:47:28 -08:00
3RD-PARTY authenticate: use gRPC for service endpoints (#39) 2019-02-08 10:10:38 -08:00
Dockerfile deployment : fixes dockerfile closes #9 (#14). 2019-01-15 18:02:39 -08:00
env.example authenticate/providers: add onelogin (#53) 2019-02-19 10:41:27 -08:00
firebase.json update reamde and docs 2019-01-04 21:24:07 -08:00
go.mod all: general cleanup readying for tagged release (#48) 2019-02-16 12:43:18 -08:00
go.sum all: general cleanup readying for tagged release (#48) 2019-02-16 12:43:18 -08:00
LICENSE initial release 2019-01-02 12:13:36 -08:00
Makefile v0.0.2 2019-02-19 14:02:15 -08:00
README.md docs: add configuration variables (#52) 2019-02-18 18:48:14 -08:00
VERSION v0.0.2 2019-02-19 14:02:15 -08: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.