mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 09:19:39 +02:00
all: general cleanup readying for tagged release (#48)
- docs: add code coverage to readme - internal/sessions: refactor sessions to clarify lifetime - authenticate: simplified signin flow - deployment: update go mods - internal/testutil: removed package - internal/singleflight: removed package
This commit is contained in:
parent
13c03a2b5c
commit
dbafc691c3
25 changed files with 712 additions and 1017 deletions
14
README.md
14
README.md
|
@ -4,24 +4,24 @@
|
|||
|
||||
# Pomerium
|
||||
|
||||
[](https://travis-ci.org/pomerium/pomerium) [](https://goreportcard.com/report/github.com/pomerium/pomerium) [][godocs] [](https://github.com/pomerium/pomerium/blob/master/LICENSE)[](https://codecov.io/gh/pomerium/pomerium)
|
||||
[](https://travis-ci.org/pomerium/pomerium) [](https://goreportcard.com/report/github.com/pomerium/pomerium) [][godocs] [](https://github.com/pomerium/pomerium/blob/master/LICENSE)[](https://codecov.io/gh/pomerium/pomerium)
|
||||
|
||||
Pomerium is a tool for managing secure access to internal applications and resources.
|
||||
|
||||
Use Pomerium to:
|
||||
|
||||
- provide a unified gateway (reverse-proxy) to internal corporate applications.
|
||||
- enforce dynamic access policy based on context, identity, and device state.
|
||||
- deploy mutual authenticated encryption (mTLS).
|
||||
- aggregate logging and telemetry data.
|
||||
- provide a single-sign-on gateway to internal applications.
|
||||
- enforce dynamic access policy based on **context**, **identity**, and **device state**.
|
||||
- aggregate access logs and telemetry data.
|
||||
- an alternative to a VPN.
|
||||
|
||||
Check out [awesome-zero-trust] to learn more about some problems Pomerium attempts to address.
|
||||
Check out [awesome-zero-trust] to learn more about some of the problems Pomerium attempts to address.
|
||||
|
||||
## Docs
|
||||
|
||||
To get started with pomerium, check out our [quick start guide].
|
||||
|
||||
For comprehensive docs see our [documentation] and the [godocs].
|
||||
For comprehensive docs, and tutorials see our [documentation] and the [godocs].
|
||||
|
||||
[awesome-zero-trust]: https://github.com/pomerium/awesome-zero-trust
|
||||
[documentation]: https://www.pomerium.io/docs/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue