Pomerium is an identity and context-aware access proxy.
Find a file
Bobby DeSimone 337f90ecfb
Merge pull request #239 from desimone/telemetry-refactor-package-messages
telemetry: fix package name in messages
2019-07-24 15:52:33 -07:00
.github docs: update PR template 2019-06-12 15:02:24 -07:00
authenticate telemetry: add tracing 2019-07-24 09:20:16 -07:00
authorize telemetry: add tracing 2019-07-24 09:20:16 -07:00
cmd/pomerium telemetry: add tracing 2019-07-24 09:20:16 -07:00
docs telemetry: add tracing 2019-07-24 09:20:16 -07:00
internal telemetry: fix package name in messages 2019-07-24 10:04:20 -07:00
proto authenticate/proxy: add user impersonation, refresh, dashboard (#123) 2019-05-26 12:33:00 -07:00
proxy telemetry: add tracing 2019-07-24 09:20:16 -07:00
scripts authenticate: programmatic access support 2019-06-12 14:51:19 -07:00
.codecov.yml development: change codecov precision 2019-07-18 16:49:37 -07:00
.firebaserc update reamde and docs 2019-01-04 21:24:07 -08:00
.gitignore docs: add code of conduct 2019-07-09 22:53:33 -07:00
.golangci.yml development: use golangci-lint 2019-07-13 18:28:51 -07:00
.travis.yml deployment: remove unused linteres from travis 2019-07-16 00:02:06 -07:00
3RD-PARTY authenticate: use gRPC for service endpoints (#39) 2019-02-08 10:10:38 -08:00
CHANGELOG.md telemetry: add tracing 2019-07-24 09:20:16 -07:00
CODE_OF_CONDUCT.md docs: add code of conduct 2019-07-09 22:53:33 -07:00
Dockerfile Make dockerfiles consistent between archs 2019-07-07 17:13:50 -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 telemetry: add tracing 2019-07-24 09:20:16 -07:00
go.sum telemetry: add tracing 2019-07-24 09:20:16 -07:00
LICENSE initial release 2019-01-02 12:13:36 -08:00
Makefile Merge pull request #236 from desimone/feature/deployment-add-spellcheck 2019-07-22 14:22:30 -07:00
package.json docs: add sitemap 2019-04-14 17:59:31 -07:00
README.md docs: add slack link to readme (#175) 2019-06-06 10:07:26 -07:00
VERSION version++ 2019-07-07 19:47:51 -07:00

pomerium logo

pomerium chat 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.