Pomerium is an identity and context-aware access proxy.
Find a file
2019-11-24 16:45:21 -05:00
.github github: make issue templates less annoying 2019-10-02 15:25:07 -07:00
.travis
authenticate internal/frontend : serve static assets (#392) 2019-11-22 17:46:01 -08:00
authorize Rename internal/config to config (#380) 2019-11-09 19:53:11 -05:00
cmd/pomerium internal/frontend : serve static assets (#392) 2019-11-22 17:46:01 -08:00
config add yaml tags to all pointers in config (#397) 2019-11-24 16:45:21 -05:00
docs add yaml tags to all pointers in config (#397) 2019-11-24 16:45:21 -05:00
internal internal/frontend : serve static assets (#392) 2019-11-22 17:46:01 -08:00
proto/authorize authenticate: make service http only 2019-09-04 16:27:08 -07:00
proxy internal/frontend : serve static assets (#392) 2019-11-22 17:46:01 -08:00
scripts v0.5.0 (#375) 2019-11-14 20:02:16 -08:00
.codecov.yml
.gitignore all: refactor handler logic 2019-09-16 18:01:14 -07:00
.golangci.yml lint: bump golangci-lint 1.21.0 (#391) 2019-11-19 19:58:11 -08:00
.travis.yml Fix image build conditions (#293) 2019-08-31 12:06:14 -04:00
3RD-PARTY all: refactor handler logic 2019-09-16 18:01:14 -07:00
Dockerfile
Dockerfile.arm32v6
Dockerfile.arm32v7
Dockerfile.arm64v8
go.mod internal/frontend : serve static assets (#392) 2019-11-22 17:46:01 -08:00
go.sum internal/frontend : serve static assets (#392) 2019-11-22 17:46:01 -08:00
LICENSE
Makefile internal/frontend : serve static assets (#392) 2019-11-22 17:46:01 -08:00
package.json
README.md
VERSION v0.5.0 (#375) 2019-11-14 20:02:16 -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.