Pomerium is an identity and context-aware access proxy.
Find a file
Alex Fornuto bb7de0d227
Docs: Convert Console Config to Table (#3109)
* update enterprise config doc

* add anchors to key names
2022-03-17 11:06:48 -05:00
.devcontainer
.github chore(deps): bump mikefarah/yq from 4.21.1 to 4.22.1 (#3145) 2022-03-15 08:13:50 -06:00
.vscode
authenticate adds pomerium version to the user info endpoint (#3093) 2022-03-03 20:00:17 +01:00
authorize authorize: add request IP to rego evaluation (#3107) 2022-03-07 15:07:58 -07:00
cmd/pomerium
config grpc: remove ptypes references (#3078) 2022-02-24 08:37:59 -07:00
databroker grpc: remove ptypes references (#3078) 2022-02-24 08:37:59 -07:00
docs Docs: Convert Console Config to Table (#3109) 2022-03-17 11:06:48 -05:00
examples Docs: Google IDP without Service Account (#3149) 2022-03-17 08:50:13 -07:00
integration ci: rename master to main (#3045) 2022-02-15 16:02:40 -05:00
internal directory: support non-base64 encoded service accounts (#3150) 2022-03-14 14:38:41 -06:00
ospkg updates examples for current routes/policy keys (#3034) 2022-02-16 14:06:52 -06:00
pkg protoutil: add support for converting arbitrary protobuf messages into structs (#3106) 2022-03-08 12:21:22 -07:00
proxy session: remove unused session state properties (#3022) 2022-02-09 10:59:06 -07:00
scripts Docs: Convert Console Config to Table (#3109) 2022-03-17 11:06:48 -05:00
ui userinfo: fix missing profile picture (#3154) 2022-03-16 09:06:05 -07:00
.codecov.yml
.dockerignore frontend: react+mui (#3004) 2022-02-07 08:47:58 -07:00
.fossa.yml
.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 frontend: react+mui (#3004) 2022-02-07 08:47:58 -07:00
Dockerfile.debug ci: add mui build to release steps (#3023) 2022-02-09 16:53:36 -05:00
go.mod chore(deps): bump google.golang.org/api from 0.70.0 to 0.72.0 (#3152) 2022-03-15 09:30:15 -06:00
go.sum chore(deps): bump google.golang.org/api from 0.70.0 to 0.72.0 (#3152) 2022-03-15 09:30:15 -06:00
LICENSE
Makefile ci: add mui build to release steps (#3023) 2022-02-09 16:53:36 -05:00
package.json
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 chore(deps): bump prismjs from 1.26.0 to 1.27.0 (#3084) 2022-03-04 09:24:44 -07: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.