Pomerium is an identity and context-aware access proxy.
Find a file
Bobby DeSimone 380d314404
authenticate: make service http only
- Rename SessionState to State to avoid stutter.
- Simplified option validation to use a wrapper function for base64 secrets.
- Removed authenticates grpc code.
- Abstracted logic to load and validate a user's authenticate session.
- Removed instances of url.Parse in favor of urlutil's version.
- proxy: replaces grpc refresh logic with forced deadline advancement.
- internal/sessions: remove rest store; parse authorize header as part of session store.
- proxy: refactor request signer
- sessions: remove extend deadline (fixes #294)
- remove AuthenticateInternalAddr
- remove AuthenticateInternalAddrString
- omit type tag.Key from declaration of vars TagKey* it will be inferred
  from the right-hand side
- remove compatibility package xerrors
- use cloned http.DefaultTransport as base transport
2019-09-04 16:27:08 -07:00
.github docs: update PR template 2019-06-12 15:02:24 -07:00
.travis Move docker image builds to Travis CI (#288) 2019-08-31 09:29:05 -04:00
authenticate authenticate: make service http only 2019-09-04 16:27:08 -07:00
authorize Restore info metrics (#252) 2019-08-03 12:58:21 -04:00
cmd/pomerium authenticate: make service http only 2019-09-04 16:27:08 -07:00
docs authenticate: make service http only 2019-09-04 16:27:08 -07:00
internal authenticate: make service http only 2019-09-04 16:27:08 -07:00
proto/authorize authenticate: make service http only 2019-09-04 16:27:08 -07:00
proxy authenticate: make service http only 2019-09-04 16:27:08 -07:00
scripts docs: update kubernetes example 2019-08-20 08:46:18 -07:00
.codecov.yml development: change codecov precision 2019-07-18 16:49:37 -07:00
.gitignore docs: update site ui 2019-08-03 22:28:18 -07:00
.golangci.yml development: use golangci-lint 2019-07-13 18:28:51 -07:00
.travis.yml Fix image build conditions (#293) 2019-08-31 12:06:14 -04:00
3RD-PARTY authenticate: use gRPC for service endpoints (#39) 2019-02-08 10:10:38 -08: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 authenticate: make service http only 2019-09-04 16:27:08 -07:00
go.sum authenticate: make service http only 2019-09-04 16:27:08 -07:00
LICENSE initial release 2019-01-02 12:13:36 -08:00
Makefile authenticate: make service http only 2019-09-04 16:27:08 -07:00
package.json docs: update site ui 2019-08-03 22:28:18 -07:00
README.md docs: add visual studio code server 2019-08-08 10:04:56 -07:00
VERSION release: v0.3.0 2019-09-01 10:29:26 -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.