Pomerium is an identity and context-aware access proxy.
Find a file
Joe Kralicky fe31799eb5
Fix many instances of contexts and loggers not being propagated (#5340)
This also replaces instances where we manually write "return ctx.Err()"
with "return context.Cause(ctx)" which is functionally identical, but
will also correctly propagate cause errors if present.
2024-10-25 14:50:56 -04:00
.github
.vscode
authenticate Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
authorize Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
changelogs
cmd/pomerium Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
config Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
databroker Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
examples
integration Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
internal Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
k8s/zero
ospkg
pkg Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
proxy Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
scripts
ui
.codecov.yml
.dockerignore
.fossa.yml
.gitattributes
.gitignore
.golangci.yml
.pre-commit-config.yaml
.tool-versions
3RD-PARTY
DEBUG.MD
Dockerfile
Dockerfile.debug
go.mod Core-Zero Import (#5288) 2024-10-09 18:51:56 -04:00
go.sum Core-Zero Import (#5288) 2024-10-09 18:51:56 -04:00
LICENSE
Makefile
pomerium.go
README.md
RELEASING.md
SECURITY.md

pomerium logo

Go Report Card GoDoc LICENSE Docker Pulls

Pomerium builds secure, clientless connections to internal web apps and services without a corporate VPN.

Pomerium is:

Its not a VPN alternative its the trusted, foolproof way to protect your business. Want a hosted control plane and management GUI? Give Pomerium Zero a try today!

Docs

For comprehensive docs, and tutorials see our documentation.

Contributing

See Contributing for information on how you can contribute to Pomerium.