mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
27 lines
726 B
YAML
27 lines
726 B
YAML
# Main configuration flags : https://www.pomerium.com/docs/reference/
|
|
|
|
pomerium_debug: true
|
|
address: :80
|
|
cookie_secret: YVFTMIfW8yBJw+a6sYwdW8rHbU+IAAV/SUkCTg9Jtpo=
|
|
shared_secret: 80ldlrU2d7w+wVpKNfevk6fmb8otEx6CqOfshj2LwhQ=
|
|
|
|
idp_provider: "google"
|
|
idp_client_id: REPLACEME
|
|
idp_client_secret: REPLACEME
|
|
|
|
insecure_server: true
|
|
forward_auth_url: http://pomerium
|
|
authenticate_service_url: https://authenticate.localhost.pomerium.io
|
|
jwt_claims_headers: email,groups,user
|
|
|
|
routes:
|
|
- from: https://verify.localhost.pomerium.io
|
|
to: https://httpbin
|
|
policy:
|
|
- allow:
|
|
or:
|
|
- domain:
|
|
is: pomerium.io
|
|
- domain:
|
|
is: gmail.com
|
|
pass_identity_headers: true
|