mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-04 04:46:01 +02:00
Pomerium is an identity and context-aware access proxy.
* fix Transmission sorting in sidebar * rename VSCode Server for alphabetizing and clarity * Transmission BitTorrent Client Guide (#2281) * init transmission guide * Update docs/guides/transmission.md Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> * Update docs/guides/transmission.md Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> * Update docs/guides/transmission.md Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> * update installation source for mkcert (#2340) * Docs sorting (#2346) * fix Transmission sorting in sidebar * rename VSCode Server for alphabetizing and clarity * capitalize Pomerium * Update docs/guides/code-server.md Co-authored-by: Joe Previte <jjprevite@gmail.com> * fix naming and sorting for coder-server, add description Co-authored-by: Joe Previte <jjprevite@gmail.com> * Docs sorting (#2346) * fix Transmission sorting in sidebar * rename VSCode Server for alphabetizing and clarity * capitalize Pomerium * Update docs/guides/code-server.md Co-authored-by: Joe Previte <jjprevite@gmail.com> * fix naming and sorting for coder-server, add description Co-authored-by: Joe Previte <jjprevite@gmail.com> * fix code-server title Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> Co-authored-by: Joe Previte <jjprevite@gmail.com> |
||
---|---|---|
.devcontainer | ||
.github | ||
.vscode | ||
authenticate | ||
authorize | ||
cmd | ||
config | ||
databroker | ||
docs | ||
examples | ||
integration | ||
internal | ||
ospkg | ||
pkg | ||
proxy | ||
scripts | ||
.codecov.yml | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
.golangci.yml | ||
.pre-commit-config.yaml | ||
3RD-PARTY | ||
DEBUG.MD | ||
Dockerfile | ||
Dockerfile.debug | ||
go.mod | ||
go.sum | ||
LICENSE | ||
lichen.yaml | ||
Makefile | ||
package.json | ||
README.md |
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 state.
- aggregate access logs and telemetry data.
- a VPN alternative.
Docs
For comprehensive docs, and tutorials see our documentation.