pomerium/README.md
2019-01-04 21:24:07 -08:00

1.3 KiB

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