Pomerium is an identity and context-aware access proxy.
Find a file
dependabot[bot] add9fdab19
chore(deps): bump google.golang.org/api from 0.52.0 to 0.54.0 (#2476)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.52.0 to 0.54.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.52.0...v0.54.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-16 15:54:03 -04:00
.devcontainer
.github Hadolint (#2363) 2021-08-09 11:16:35 -04:00
.vscode
authenticate
authorize protoutil: add NewAny method for deterministic serialization (#2462) 2021-08-09 17:51:57 -06:00
cmd
config protoutil: add NewAny method for deterministic serialization (#2462) 2021-08-09 17:51:57 -06:00
databroker protoutil: add NewAny method for deterministic serialization (#2462) 2021-08-09 17:51:57 -06:00
docs wrap header example values as inline code. (#2474) 2021-08-16 12:23:37 -05:00
examples Update binary install doc (#2447) 2021-08-06 12:43:57 -05:00
integration
internal protoutil: add NewAny method for deterministic serialization (#2462) 2021-08-09 17:51:57 -06:00
ospkg
pkg protoutil: add NewAny method for deterministic serialization (#2462) 2021-08-09 17:51:57 -06:00
proxy options: remove refresh_cooldown, add allow_spdy to proto (#2446) 2021-08-06 10:06:57 -06:00
scripts Enterprise Upgrade & Changelog Pages (#2453) 2021-08-09 10:55:47 -06:00
.codecov.yml
.dockerignore
.fossa.yml
.gitattributes
.gitignore
.golangci.yml
.pre-commit-config.yaml
3RD-PARTY
DEBUG.MD
Dockerfile Hadolint (#2363) 2021-08-09 11:16:35 -04:00
Dockerfile.debug Hadolint (#2363) 2021-08-09 11:16:35 -04:00
go.mod chore(deps): bump google.golang.org/api from 0.52.0 to 0.54.0 (#2476) 2021-08-16 15:54:03 -04:00
go.sum chore(deps): bump google.golang.org/api from 0.52.0 to 0.54.0 (#2476) 2021-08-16 15:54:03 -04:00
LICENSE
Makefile
package.json
pomerium.go fix go get, improve redis test (#2450) 2021-08-06 12:07:20 -06:00
README.md Update README.md 2021-08-04 19:52:52 -07:00
RELEASING.md
SECURITY.md
tools.go

pomerium logo

pomerium chat GitHub Actions Go Report Card GoDoc LICENSE Docker Pulls

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 identity.
  • aggregate access logs and telemetry data.
  • a VPN alternative.

Docs

For comprehensive docs, and tutorials see our documentation.