Merge pull request #165 from desimone/docs/v0-0-5-update

docs: update docs for v0.0.5
This commit is contained in:
Bobby DeSimone 2019-06-04 16:25:01 -07:00 committed by GitHub
commit 49bc8274f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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