mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-06 04:42:56 +02:00
docs: update docs for v0.0.5
This commit is contained in:
parent
4ce4e1e124
commit
e9faefea16
8 changed files with 35 additions and 28 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue