Pomerium is an identity and context-aware access proxy.
Find a file
dependabot[bot] 80bf5b6db5
chore(deps): bump the docker group with 3 updates
Bumps the docker group with 3 updates: node, golang and distroless/base-debian12.


Updates `node` from `3864be2` to `ab71b9d`

Updates `golang` from 1.22.2-bookworm to 1.22.3-bookworm

Updates `distroless/base-debian12` from `c7852ef` to `fe3521b`

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
- dependency-name: distroless/base-debian12
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 16:28:57 +00:00
.github core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
.vscode
authenticate core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
authorize core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
changelogs changelog for v0.25 (#4896) 2024-01-09 16:30:24 -05:00
cmd/pomerium Add new configurable bootstrap writers (#2405) (#5114) 2024-05-31 12:26:17 -04:00
config Envoy resource monitoring & overload manager configuration (#5106) 2024-05-28 16:57:09 -04:00
databroker core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
examples
integration Ensure k3s runs as pid 1 in docker 2024-05-28 15:26:32 -04:00
internal Add support for using the standard grpc env vars to control log severity and verbosity (#5120) 2024-05-31 14:06:38 -04:00
k8s/zero zero/k8s: deployment manifests (#4763) 2024-01-08 12:08:14 -05:00
ospkg
pkg Envoy resource monitoring & overload manager configuration (#5106) 2024-05-28 16:57:09 -04:00
proxy core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
scripts envoy: upgrade to v1.30.1 (#5080) 2024-04-22 12:05:37 -07:00
ui adds upstream error page (#5113) 2024-05-14 18:23:24 +02:00
.codecov.yml
.dockerignore
.fossa.yml
.gitattributes
.gitignore core/ui: improve frontend build size (#5109) 2024-05-09 07:10:00 -06:00
.golangci.yml envoy: enable TCP keepalive for internal clusters (#4902) 2024-01-11 09:12:45 -08:00
.pre-commit-config.yaml
.tool-versions core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
3RD-PARTY
DEBUG.MD
Dockerfile chore(deps): bump the docker group with 3 updates 2024-06-01 16:28:57 +00:00
Dockerfile.debug chore(deps): bump the docker group with 3 updates 2024-06-01 16:28:57 +00:00
go.mod Envoy resource monitoring & overload manager configuration (#5106) 2024-05-28 16:57:09 -04:00
go.sum Envoy resource monitoring & overload manager configuration (#5106) 2024-05-28 16:57:09 -04:00
LICENSE
Makefile core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
pomerium.go
README.md update README: link to Contributing page (#5072) 2024-04-15 14:03:38 -07:00
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:

  • Easier because you dont have to maintain a client or software.
  • Faster because its deployed directly where your apps and services are. No more expensive data backhauling.
  • Safer because every single action is verified for trusted identity, device, and context.

Its not a VPN alternative its the trusted, foolproof way to protect your business.

Docs

For comprehensive docs, and tutorials see our documentation.

Contributing

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