2023-01-24 20:12:54 +01:00
|
|
|
# Setting the `host_match` setting will cause a `zrok access public` to ignore `Host` headers that do not contain the
|
|
|
|
# configured string. This will allow you to let a load balancer access the frontend by IP address for health check
|
|
|
|
# purposes, and will allow `Host` headers that match the configured DNS name to be routed through `zrok`.
|
|
|
|
#
|
2023-10-02 22:13:15 +02:00
|
|
|
#host_match: zrok.io
|
2023-09-05 16:55:55 +02:00
|
|
|
|
2023-10-05 19:34:27 +02:00
|
|
|
# The OAuth configuration is used when enabling OAuth authentication with your public frontend.
|
|
|
|
#
|
2023-09-05 16:55:55 +02:00
|
|
|
#oauth:
|
2023-10-05 19:34:27 +02:00
|
|
|
# redirect_host: oauth.zrok.io
|
2023-10-03 23:11:52 +02:00
|
|
|
# redirect_port: 28080
|
2023-10-05 19:34:27 +02:00
|
|
|
# redirect_http_only: false
|
|
|
|
# hash_key: "<yourRandomHashKey>"
|
2023-09-05 16:55:55 +02:00
|
|
|
# providers:
|
|
|
|
# - name: google
|
|
|
|
# client_id: <client-id>
|
|
|
|
# client_secret: <client-secret>
|
|
|
|
# - name: github
|
|
|
|
# client_id: <client-id>
|
|
|
|
# client_secret: <client-secret>
|