mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-02 20:06:03 +02:00
16 lines
398 B
YAML
16 lines
398 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
|
|
|
|
policy:
|
|
- from: https://wiki.localhost.pomerium.io
|
|
to: http://tiddlywiki:8080
|
|
allowed_users:
|
|
- writer1@example.com
|
|
- reader1@example.com
|