mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-01 07:50:26 +02:00
Pomerium is an identity and context-aware access proxy.
- Update PR template to use Go language conventions. - Moved healthcheck middleware to hijack a request before logging. - Rewrote the quickstart guides to follow a similar pattern. - Added an overview blurb on pomerium and its goals. - Add an "example config" section to docs. |
||
---|---|---|
.github | ||
authenticate | ||
cmd/pomerium | ||
docs | ||
helm | ||
internal | ||
proxy | ||
scripts | ||
.firebaserc | ||
.gitignore | ||
.travis.yml | ||
3RD-PARTY | ||
Dockerfile | ||
env.example | ||
firebase.json | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
package.json | ||
README.md | ||
VERSION |
Pomerium
Pomerium is a tool for managing secure access to internal applications and resources.
Use Pomerium to:
- provide a unified gateway (reverse-proxy) to internal corporate applications.
- enforce dynamic access policy based on context, identity, and device state.
- deploy mutual authenticated encryption (mTLS).
- aggregate logging and telemetry data.
Check out awesome-zero-trust to learn more about some problems Pomerium attempts to address.
Docs
To get started with pomerium, check out our quick start guide.
For comprehensive docs see our documentation and the godocs.