1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-10-28 05:18:32 +01:00
Pomerium is an identity and context-aware access proxy.
Find a file
2020-02-03 06:30:54 -05:00
.github
.travis
authenticate authorize: use opa for policy engine () 2020-02-02 11:18:22 -08:00
authorize authorize: use opa for policy engine () 2020-02-02 11:18:22 -08:00
cache cache: add option validations () 2020-01-31 20:24:52 -08:00
cmd/pomerium
config authorize: use opa for policy engine () 2020-02-02 11:18:22 -08:00
docs docs: various fixes () 2020-02-02 11:08:34 -08:00
internal authorize: use opa for policy engine () 2020-02-02 11:18:22 -08:00
proxy authorize: use opa for policy engine () 2020-02-02 11:18:22 -08:00
scripts docs: update helm for v3 () 2020-01-31 20:23:56 -08:00
.codecov.yml
.gitignore
.golangci.yml deployment: throw away golanglint-ci defaults () 2020-01-26 12:33:45 -08:00
.travis.yml
3RD-PARTY
Dockerfile
Dockerfile.arm32v6
Dockerfile.arm32v7
Dockerfile.arm64v8
go.mod Roll back grpc to v1.25.1 () 2020-02-03 06:30:54 -05:00
go.sum Roll back grpc to v1.25.1 () 2020-02-03 06:30:54 -05:00
LICENSE
Makefile
package.json
README.md
renovate.json
VERSION

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.