Pomerium is an identity and context-aware access proxy.
Find a file
2022-01-05 12:48:35 -07:00
.devcontainer
.github misc: disable blank github issues (#2898) 2022-01-05 11:38:27 -05:00
.vscode
authenticate
authorize remove deprecated ioutil usages (#2877) 2021-12-30 10:02:12 -08:00
cmd/pomerium
config remove deprecated ioutil usages (#2877) 2021-12-30 10:02:12 -08:00
databroker remove deprecated ioutil usages (#2877) 2021-12-30 10:02:12 -08:00
docs DOCS: GitLab Integration guide (#2800) 2022-01-05 13:48:07 -06:00
examples
integration integration: fix default port for verify service (#2895) 2022-01-05 12:48:35 -07:00
internal remove deprecated ioutil usages (#2877) 2021-12-30 10:02:12 -08:00
ospkg
pkg remove deprecated ioutil usages (#2877) 2021-12-30 10:02:12 -08:00
proxy
scripts
.codecov.yml
.dockerignore
.fossa.yml
.gitattributes
.gitignore
.golangci.yml remove deprecated ioutil usages (#2877) 2021-12-30 10:02:12 -08:00
.pre-commit-config.yaml
3RD-PARTY
DEBUG.MD
Dockerfile deployment: multi-arch master images (#2896) 2022-01-05 11:00:24 -05:00
Dockerfile.debug
go.mod chore(deps): bump github.com/google/go-jsonnet from 0.17.0 to 0.18.0 (#2854) 2021-12-27 14:27:06 -08:00
go.sum chore(deps): bump github.com/google/go-jsonnet from 0.17.0 to 0.18.0 (#2854) 2021-12-27 14:27:06 -08:00
LICENSE
Makefile
package.json
pomerium.go
README.md
RELEASING.md
SECURITY.md
tools.go

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.