mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
Pomerium is an identity and context-aware access proxy.
- http headers can be disabled via an env config - http headers can be configured by k/v map env config - pomerium/envconfig updated to use original syntax v1.5.0 - go.mod / go.sum patches updated |
||
---|---|---|
.github | ||
authenticate | ||
authorize | ||
cmd/pomerium | ||
docs | ||
helm | ||
internal | ||
proto | ||
proxy | ||
scripts | ||
.codecov.yml | ||
.dockerignore | ||
.firebaserc | ||
.gitignore | ||
.travis.yml | ||
3RD-PARTY | ||
CHANGELOG.md | ||
Dockerfile | ||
Dockerfile.arm32v6 | ||
Dockerfile.arm32v7 | ||
env.example | ||
firebase.json | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
package.json | ||
policy.example.yaml | ||
README.md | ||
VERSION |
Pomerium
Pomerium is a tool for managing secure access to internal applications and resources.
Use Pomerium 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.
- an alternative to a VPN.
Check out awesome-zero-trust to learn more about some of the problems Pomerium attempts to address.
Docs
To get started with pomerium, check out our quick start guide.
For comprehensive docs, and tutorials see our documentation and the godocs.