mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 18:36:30 +02:00
* remove directory providers and support for groups * idp: remove directory providers * better error messages * fix errors * restore postgres * fix test
25 lines
750 B
YAML
25 lines
750 B
YAML
# Main configuration flags : https://www.pomerium.com/docs/reference/
|
|
|
|
insecure_server: true
|
|
grpc_insecure: true
|
|
address: ":80"
|
|
grpc_address: ":80"
|
|
|
|
authenticate_service_url: https://authenticate.localhost.pomerium.io
|
|
authorize_service_url: http://pomerium-authorize-service.default.svc.cluster.local
|
|
databroker_service_url: http://pomerium-databroker-service.default.svc.cluster.local
|
|
|
|
override_certificate_name: "*.localhost.pomerium.io"
|
|
|
|
idp_provider: google
|
|
idp_client_id: REPLACE_ME.apps.googleusercontent.com
|
|
idp_client_secret: "REPLACE_ME"
|
|
|
|
routes:
|
|
- from: https://verify.localhost.pomerium.io
|
|
to: http://httpbin.default.svc.cluster.local:8000
|
|
policy:
|
|
- allow:
|
|
or:
|
|
- domain:
|
|
is: gmail.com
|