Pomerium is an identity and context-aware access proxy.
Find a file
Bobby DeSimone 712d02c3cc
proxy: fix bug that would allow failed refresh session to continue (#762)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-05-24 12:06:47 -07:00
.github docs: add release announcement post (#617) 2020-04-18 11:36:18 -07:00
authenticate Use Host:port for JWT audience generation 2020-03-25 22:15:15 -04:00
authorize Backport fix for panic on reload to 0.7.x (#654) 2020-05-05 10:35:17 -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:42:19 -07:00
config Add configurable JWT claim headers (#596) 2020-04-09 23:41:55 -04:00
docs Backport fix for panic on reload to 0.7.x (#654) 2020-05-05 10:35:17 -04:00
internal proxy: fix bug that would allow failed refresh session to continue (#762) 2020-05-24 12:06:47 -07:00
proxy proxy: fix bug that would allow failed refresh session to continue (#762) 2020-05-24 12:06:47 -07:00
scripts docs: update helm for v3 (#469) 2020-01-31 20:23:56 -08: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 deployment: throw away golanglint-ci defaults (#439) 2020-01-26 12:33:45 -08:00
3RD-PARTY all: refactor handler logic 2019-09-16 18:01:14 -07:00
Dockerfile deployment: publish with github actions and goreleaser (#586) 2020-04-07 07:28:58 -04:00
go.mod pomerium-cli: add service account docs (#613) 2020-04-16 13:42:19 -07:00
go.sum pomerium-cli: add service account docs (#613) 2020-04-16 13:42:19 -07:00
LICENSE initial release 2019-01-02 12:13:36 -08:00
Makefile authorize: use jwt insead of state struct (#514) 2020-03-10 11:19:26 -07:00
package.json docs: add release announcement post (#617) 2020-04-18 11:36:18 -07: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:12:23 -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.