Pomerium is an identity and context-aware access proxy.
Find a file
Bobby DeSimone 2f13488598
authorize: use opa for policy engine (#474)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2020-02-02 11:18:22 -08:00
.github depedencies: update minor and patch (#402) 2019-11-25 20:53:33 -08:00
.travis Move docker image builds to Travis CI (#288) 2019-08-31 09:29:05 -04:00
authenticate authorize: use opa for policy engine (#474) 2020-02-02 11:18:22 -08:00
authorize authorize: use opa for policy engine (#474) 2020-02-02 11:18:22 -08:00
cache cache: add option validations (#468) 2020-01-31 20:24:52 -08:00
cmd/pomerium cache : add cache service (#457) 2020-01-20 18:25:34 -08:00
config authorize: use opa for policy engine (#474) 2020-02-02 11:18:22 -08:00
docs docs: various fixes (#478) 2020-02-02 11:08:34 -08:00
internal authorize: use opa for policy engine (#474) 2020-02-02 11:18:22 -08:00
proxy authorize: use opa for policy engine (#474) 2020-02-02 11:18:22 -08: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
.travis.yml Fix travis matrix conflict (#466) 2020-01-21 21:09:14 -08:00
3RD-PARTY all: refactor handler logic 2019-09-16 18:01:14 -07:00
Dockerfile Make dockerfiles consistent between archs 2019-07-07 17:13:50 -04:00
Dockerfile.arm32v6 - Switch to alpine image for ARM (#284) 2019-08-28 07:33:51 -04:00
Dockerfile.arm32v7 - Switch to alpine image for ARM (#284) 2019-08-28 07:33:51 -04:00
Dockerfile.arm64v8 - Switch to alpine image for ARM (#284) 2019-08-28 07:33:51 -04:00
go.mod authorize: use opa for policy engine (#474) 2020-02-02 11:18:22 -08:00
go.sum authorize: use opa for policy engine (#474) 2020-02-02 11:18:22 -08:00
LICENSE initial release 2019-01-02 12:13:36 -08:00
Makefile internal/frontend : serve static assets (#392) 2019-11-22 17:46:01 -08:00
package.json chore(deps): pin dependencies (#404) 2019-11-25 23:05:30 -08:00
README.md docs: add visual studio code server 2019-08-08 10:04:56 -07:00
renovate.json deployment: check deps weekly (#417) 2019-12-03 20:14:10 -08:00
VERSION v0.6.0 2020-01-24 16:09:47 -08: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.