mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-20 20:47:16 +02:00
25 lines
864 B
YAML
25 lines
864 B
YAML
# See detailed configuration settings : https://www.pomerium.io/docs/reference/reference/
|
|
|
|
# this is the domain the identity provider will callback after a user authenticates
|
|
authenticate_service_url: https://authenticate.localhost.pomerium.io
|
|
|
|
# certificate settings: https://www.pomerium.io/docs/reference/certificates.html
|
|
autocert: true
|
|
|
|
# REMOVE FOR PRODUCTION
|
|
autocert_use_staging: true
|
|
|
|
# identity provider settings : https://www.pomerium.io/docs/identity-providers.html
|
|
idp_provider: google
|
|
idp_client_id: REPLACE_ME
|
|
idp_client_secret: REPLACE_ME
|
|
|
|
# Generate 256 bit random keys e.g. `head -c32 /dev/urandom | base64`
|
|
cookie_secret: WwMtDXWaRDMBQCylle8OJ+w4kLIDIGd8W3cB4/zFFtg=
|
|
|
|
# https://www.pomerium.io/configuration/#policy
|
|
policy:
|
|
- from: https://httpbin.localhost.pomerium.io
|
|
to: https://httpbin.org
|
|
allowed_users:
|
|
- bdd@pomerium.io
|