pomerium/examples/tiddlywiki/config.yaml
Alex Fornuto 7140562a82
updates examples for current routes/policy keys (#3034)
* updates examples for current routes/policy keys

* fix and prettier
2022-02-16 14:06:52 -06:00

20 lines
486 B
YAML

authenticate_service_url: https://authenticate.localhost.pomerium.io
autocert: true
autocert_use_staging: true
idp_provider: google
idp_client_id: REPLACEME
idp_client_secret: REPLACEME
cookie_secret: REPLACEME
jwt_claims_headers: email
routes:
- from: https://wiki.localhost.pomerium.io
to: http://tiddlywiki:8080
policy:
- allow:
or:
- email:
is: writer1@example.com
- email:
is: reader1@example.com