Pomerium is an identity and context-aware access proxy.
Find a file
2019-06-01 22:39:46 -04:00
.github authenticate: infer settings from authenticate url (#83) 2019-04-10 12:16:00 -07:00
authenticate authenticate: catch missing required setting (#149) 2019-05-30 14:20:28 -07:00
authorize Add automatic configuration reloading and 2019-06-01 14:52:10 -04:00
cmd/pomerium Add automatic configuration reloading and 2019-06-01 14:52:10 -04:00
docs (proxy, internal/config, internal/log, docs): opt-in websocket support 2019-06-01 22:39:46 -04:00
internal (proxy, internal/config, internal/log, docs): opt-in websocket support 2019-06-01 22:39:46 -04:00
proto authenticate/proxy: add user impersonation, refresh, dashboard (#123) 2019-05-26 12:33:00 -07:00
proxy (proxy, internal/config, internal/log, docs): opt-in websocket support 2019-06-01 22:39:46 -04:00
scripts docs: fix example policy name typo (#143) 2019-05-27 14:06:10 -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 internal/config: change internal-authenticate-addr to url (#154) 2019-05-31 17:53:58 -07:00
config.example.env authenticate/proxy: add user impersonation, refresh, dashboard (#123) 2019-05-26 12:33:00 -07:00
config.example.policy.only.yaml authenticate/proxy: add user impersonation, refresh, dashboard (#123) 2019-05-26 12:33:00 -07:00
config.example.yaml authenticate/proxy: add user impersonation, refresh, dashboard (#123) 2019-05-26 12:33:00 -07:00
Dockerfile Add config handling to dockerfiles and update documentation 2019-05-26 22:28:51 -04:00
Dockerfile.arm32v6 Add config handling to dockerfiles and update documentation 2019-05-26 22:28:51 -04:00
Dockerfile.arm32v7 Add config handling to dockerfiles and update documentation 2019-05-26 22:28:51 -04:00
Dockerfile.arm64v8 Add config handling to dockerfiles and update documentation 2019-05-26 22:28:51 -04:00
firebase.json update reamde and docs 2019-01-04 21:24:07 -08:00
go.mod Add automatic configuration reloading and 2019-06-01 14:52:10 -04:00
go.sum Add automatic configuration reloading and 2019-06-01 14:52:10 -04: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
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.