mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-03 19:32:48 +02:00
update docs (#1645)
This commit is contained in:
parent
23249c8df9
commit
0cdd727d5e
16 changed files with 128 additions and 221 deletions
|
@ -29,18 +29,11 @@ Create a config file (`config.yaml`). This file will be used to determine Pomeri
|
|||
|
||||
<<< @/examples/config/config.minimal.yaml
|
||||
|
||||
### Environmental Variables
|
||||
|
||||
As mentioned above, Pomerium supports mixing and matching configuration. For example, we can specify our secret values and domains certificates as [environmental configuration variables], and set the rest as part of the configuration file.
|
||||
|
||||
<<< @/examples/config/config.minimal.env
|
||||
|
||||
## Run
|
||||
|
||||
Finally, source the configuration `env` file and run pomerium specifying the `config.yaml` .
|
||||
|
||||
```bash
|
||||
source ./env
|
||||
./bin/pomerium -config config.yaml
|
||||
```
|
||||
|
||||
|
@ -50,8 +43,6 @@ Browse to `external-httpbin.your.domain.example`. Connections between you and [h
|
|||
|
||||
[configuration variables]: ../../reference/readme.md
|
||||
[download]: https://github.com/pomerium/pomerium/releases
|
||||
[environmental configuration variables]: https://12factor.net/config
|
||||
[httpbin]: https://httpbin.org/
|
||||
[identity provider]: ../identity-providers/
|
||||
[make]: https://en.wikipedia.org/wiki/Make_(software)
|
||||
[tls certificates]: ../topics/certificates.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue