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.
proxy: Add user dashboard. [GH-123] proxy/authenticate: Add manual refresh of their session. [GH-73] authorize: Add administrator (super user) account support. [GH-110] internal/policy: Allow administrators to impersonate other users. [GH-110] |
||
---|---|---|
.github | ||
authenticate | ||
authorize | ||
cmd/pomerium | ||
docs | ||
helm | ||
internal | ||
proto | ||
proxy | ||
scripts | ||
.codecov.yml | ||
.dockerignore | ||
.firebaserc | ||
.gitignore | ||
.travis.yml | ||
3RD-PARTY | ||
CHANGELOG.md | ||
config.example.env | ||
config.example.policy.only.yaml | ||
config.example.yaml | ||
Dockerfile | ||
Dockerfile.arm32v6 | ||
Dockerfile.arm32v7 | ||
Dockerfile.arm64v8 | ||
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 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.