mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-03 19:32:48 +02:00
16 lines
582 B
YAML
16 lines
582 B
YAML
# See detailed configuration settings : https://www.pomerium.io/docs/reference/reference/
|
|
authenticate_service_url: https://authenticate.corp.beyondperimeter.com
|
|
|
|
# identity provider settings : https://www.pomerium.io/docs/identity-providers.html
|
|
idp_provider: google
|
|
idp_client_id: REPLACE_ME
|
|
idp_client_secret: REPLACE_ME
|
|
|
|
policy:
|
|
- from: https://httpbin.corp.beyondperimeter.com
|
|
to: http://httpbin
|
|
allowed_domains:
|
|
- pomerium.io
|
|
- from: https://external-httpbin.corp.beyondperimeter.com
|
|
to: https://httpbin.org
|
|
allow_public_unauthenticated_access: true
|