mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-30 10:56:28 +02:00
20 lines
486 B
YAML
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
|