Pomerium is an identity and context-aware access proxy.
Find a file
2022-04-12 13:13:32 -06:00
.devcontainer try pinning docker dependency (#3185) 2022-03-23 13:47:35 -06:00
.github deployment: remove vals based entrypoint (#3254) 2022-04-12 10:13:42 -06:00
.vscode
authenticate authorize: track session and service account access date (#3220) 2022-03-31 09:19:04 -06:00
authorize grpc: wait for connect to be ready before making calls (#3253) 2022-04-08 12:18:52 -06:00
cmd/pomerium rm cli code (#2824) 2021-12-15 16:25:21 -05:00
config envoy: use typed extension protocol options for static bootstrap cluster (#3268) 2022-04-12 13:13:32 -06:00
databroker grpc: remove ptypes references (#3078) 2022-02-24 08:37:59 -07:00
docs update logo for Twitter cards (#3261) 2022-04-08 15:13:12 -05:00
examples try pinning docker dependency (#3185) 2022-03-23 13:47:35 -06:00
integration ci: rename master to main (#3045) 2022-02-15 16:02:40 -05:00
internal grpc: wait for connect to be ready before making calls (#3253) 2022-04-08 12:18:52 -06:00
ospkg updates examples for current routes/policy keys (#3034) 2022-02-16 14:06:52 -06:00
pkg ppl: support . in object_get paths (#3263) 2022-04-11 09:24:39 -06:00
proxy session: remove unused session state properties (#3022) 2022-02-09 10:59:06 -07:00
scripts docs: Add UUID to docs yaml blocks (#3251) 2022-04-08 08:54:27 -06:00
ui chore(deps): bump minimist from 1.2.5 to 1.2.6 in /ui (#3188) 2022-03-24 11:37:30 -06:00
.codecov.yml
.dockerignore frontend: react+mui (#3004) 2022-02-07 08:47:58 -07:00
.fossa.yml rm cli code (#2824) 2021-12-15 16:25:21 -05:00
.gitattributes
.gitignore frontend: react+mui (#3004) 2022-02-07 08:47:58 -07:00
.golangci.yml userinfo: fix logout button, add sign out confirm page (#3058) 2022-02-23 08:15:00 -07:00
.pre-commit-config.yaml
3RD-PARTY
DEBUG.MD
Dockerfile try pinning docker dependency (#3185) 2022-03-23 13:47:35 -06:00
Dockerfile.debug try pinning docker dependency (#3185) 2022-03-23 13:47:35 -06:00
go.mod chore(deps): bump github.com/cenkalti/backoff/v4 from 4.1.2 to 4.1.3 (#3264) 2022-04-11 09:28:23 -07:00
go.sum chore(deps): bump github.com/cenkalti/backoff/v4 from 4.1.2 to 4.1.3 (#3264) 2022-04-11 09:28:23 -07:00
LICENSE
Makefile docs: Add UUID to docs yaml blocks (#3251) 2022-04-08 08:54:27 -06:00
package.json add twitter meta tags (#3252) 2022-04-08 10:15:16 -05:00
pomerium.go
README.md ci: rename master to main (#3045) 2022-02-15 16:02:40 -05:00
RELEASING.md ci: rename master to main (#3045) 2022-02-15 16:02:40 -05:00
SECURITY.md
tools.go
yarn.lock add twitter meta tags (#3252) 2022-04-08 10:15:16 -05:00

pomerium logo

pomerium chat GitHub Actions Go Report Card GoDoc LICENSE 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 identity.
  • aggregate access logs and telemetry data.
  • a VPN alternative.

Docs

For comprehensive docs, and tutorials see our documentation.