Pomerium is an identity and context-aware access proxy.
Find a file
2019-01-16 23:59:36 -08:00
authenticate internal/aead : replace miscreant with xchacha20poly1305 2019-01-16 12:14:51 -08:00
authorize initial release 2019-01-02 12:13:36 -08:00
cmd/pomerium internal/aead : replace miscreant with xchacha20poly1305 2019-01-16 12:14:51 -08:00
docs deployment : add docker-compose file 2019-01-16 23:59:36 -08:00
internal internal/aead : replace miscreant with xchacha20poly1305 2019-01-16 12:36:59 -08:00
proxy internal/aead : replace miscreant with xchacha20poly1305 2019-01-16 12:14:51 -08:00
scripts Added gif to the readme. 2019-01-04 18:25:03 -08:00
.firebaserc update reamde and docs 2019-01-04 21:24:07 -08:00
.gitignore deployment : add docker-compose file 2019-01-16 17:44:53 -08:00
.travis.yml Remove unused test files. 2019-01-15 15:47:28 -08:00
3RD-PARTY initial release 2019-01-02 12:13:36 -08:00
docker-compose.yml deployment : add docker-compose file 2019-01-16 23:59:36 -08:00
Dockerfile deployment : fixes dockerfile closes #9 (#14). 2019-01-15 18:02:39 -08:00
env.example cmd/promerium : support TLS configuration from environmental variables (#12) 2019-01-15 15:24:05 -08:00
firebase.json update reamde and docs 2019-01-04 21:24:07 -08:00
go.mod internal/aead : replace miscreant with xchacha20poly1305 2019-01-16 12:14:51 -08:00
go.sum internal/aead : replace miscreant with xchacha20poly1305 2019-01-16 12:14:51 -08:00
LICENSE initial release 2019-01-02 12:13:36 -08:00
Makefile initial release 2019-01-02 12:13:36 -08:00
package.json Update docs and readme 2019-01-04 18:57:45 -08:00
README.md update reamde and docs 2019-01-04 21:24:07 -08:00
VERSION initial release 2019-01-02 12:13:36 -08:00

logo

Pomerium

Travis CI Go Report Card LICENSE

Pomerium is a tool for managing secure access to internal applications and resources.

Use Pomerium to:

  • provide a unified gateway to internal corporate applications.
  • enforce dynamic access policies based on context, identity, and device state.
  • deploy mutual authenticated encryption (mTLS).
  • aggregate logging and telemetry data.

Get started

For instructions on getting started using Pomerium, see our docs.

To learn more about zero-trust and BeyondCorp, check out awesome-zero-trust.

Start developing

Assuming you have a working Go environment.

$ go get -d github.com/pomerium/pomerium
$ cd $GOPATH/src/github.com/pomerium/pomerium
$ make
$ source ./env # see env.example
$ ./bin/pomerium -debug