mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-31 09:57:17 +02:00
11 lines
317 B
YAML
11 lines
317 B
YAML
# policy.template.yaml
|
|
- from: https://hello.cloudrun.pomerium.io
|
|
to: ${HELLO_URL}
|
|
allowed_domains:
|
|
- gmail.com
|
|
enable_google_cloud_serverless_authentication: true
|
|
- from: https://verify.cloudrun.pomerium.io
|
|
to: https://verify.pomerium.com
|
|
pass_identity_headers: true
|
|
allowed_domains:
|
|
- gmail.com
|