Pomerium is an identity and context-aware access proxy.
Find a file
2020-05-05 05:15:54 +00:00
.github Add CODEOWNERS (#653) 2020-05-04 10:24:52 -04:00
authenticate session: remove audience check (#640) 2020-04-29 15:30:47 -07:00
authorize Fix reload panic in Authorize code (#652) 2020-05-04 09:21:06 -04:00
cache *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
cmd pomerium-cli: add service account docs (#613) 2020-04-16 13:28:42 -07:00
config identity/provider: implement generic revoke method (#595) 2020-04-21 14:40:33 -07:00
docs improvement: update gitlab api scope (#630) 2020-04-23 13:26:25 -07:00
integration authorize: add support for .pomerium and unauthenticated routes (#639) 2020-04-29 10:55:46 -06:00
internal session: remove audience check (#640) 2020-04-29 15:30:47 -07:00
proxy Update JWT headers to only be in responses from forward auth endpoint (#642) 2020-05-04 07:26:37 -04:00
scripts authorize: fix domain check bug, rewrite url for forward auth, add dev script 2020-04-20 18:24:48 -06:00
.codecov.yml development: change codecov precision 2019-07-18 16:49:37 -07:00
.gitignore cache : add cache service (#457) 2020-01-20 18:25:34 -08:00
.golangci.yml identity: abstract identity providers by type (#560) 2020-04-23 10:36:24 -07:00
3RD-PARTY all: refactor handler logic 2019-09-16 18:01:14 -07:00
Dockerfile Update docker master/latest tag handling (#598) 2020-04-12 14:42:03 -04:00
go.mod chore(deps): update golang.org/x/net commit hash to 1ed2336 2020-05-05 05:15:54 +00:00
go.sum chore(deps): update golang.org/x/net commit hash to 1ed2336 2020-05-05 05:15:54 +00:00
LICENSE initial release 2019-01-02 12:13:36 -08:00
Makefile integration: exclude integration folder from make test 2020-04-28 07:37:39 -06:00
package.json chore(deps): update vuepress monorepo to v1.4.1 2020-04-20 04:35:58 +00:00
README.md docs: add visual studio code server 2019-08-08 10:04:56 -07:00
renovate.json deps: enable automerge and set labels on renovate PRs (#527) 2020-03-06 18:33:21 -05:00
VERSION v0.7.5 (#625) 2020-04-20 14:10:31 -07:00

pomerium logo

pomerium chat Travis CI Go Report Card GoDoc LICENSE codecov Docker Pulls

Pomerium is an identity-aware proxy that enables secure access to internal applications. Pomerium provides a standardized interface to add access control to applications regardless of whether the application itself has authorization or authentication baked-in. Pomerium gateways both internal and external requests, and can be used in situations where you'd typically reach for a VPN.

Pomerium can be used 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.
  • a VPN alternative.

Docs

For comprehensive docs, and tutorials see our documentation.