docs: update docs for v0.0.5

This commit is contained in:
Bobby DeSimone 2019-06-04 15:21:25 -07:00
parent 4ce4e1e124
commit e9faefea16
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
8 changed files with 35 additions and 28 deletions

View file

@ -12,6 +12,16 @@ Remember to set your identity provider settings and to generate new secret keys!
:::
## Configurations
#### Configuration File
<<< @/docs/docs/examples/config/config.example.yaml
#### Environmental Variables
<<< @/docs/docs/examples/config/config.example.env
## Binary
- Suitable for bare-metal and virtual-machines
@ -24,14 +34,6 @@ Remember to set your identity provider settings and to generate new secret keys!
Customize for your identity provider and run `./bin/pomerium -config config.yaml`
#### Config file example
<<< @/docs/docs/examples/config/config.example.yaml
#### Environmental variable example
<<< @/docs/docs/examples/config/config.example.env
## Docker

View file

@ -44,7 +44,7 @@ Pomerium attempts to mitigate these shortcomings by adopting principles like:
- Every device, user, and application's communication should be authenticated, authorized, and encrypted.
- Access policy should be dynamic, and built from multiple sources.
This security model has typically been referred to as zero-trust or BeyondCorp-inspired.
This security model has typically been referred to as *zero-trust* or *BeyondCorp*-inspired.
## Resources