mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
Pomerium is an identity and context-aware access proxy.
Replaces the current alpine based Dockerfile with distroless. Improvements include: - Minimal surface area, ideal for static builds like pomerium. - Includes `ca-certificates` - Includes`nsswitch` Closes #97 . |
||
---|---|---|
.github | ||
authenticate | ||
authorize | ||
cmd/pomerium | ||
docs | ||
helm | ||
internal | ||
proto | ||
proxy | ||
scripts | ||
.codecov.yml | ||
.firebaserc | ||
.gitignore | ||
.travis.yml | ||
3RD-PARTY | ||
CHANGELOG.md | ||
Dockerfile | ||
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.