mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 16:54:23 +01:00
20 lines
778 B
YAML
20 lines
778 B
YAML
# 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`.
|
|
#
|
|
#host_match: zrok.io
|
|
|
|
# The OAuth configuration is used when enabling OAuth authentication with your public frontend.
|
|
#
|
|
#oauth:
|
|
# redirect_host: oauth.zrok.io
|
|
# redirect_port: 28080
|
|
# redirect_http_only: false
|
|
# hash_key: "<yourRandomHashKey>"
|
|
# providers:
|
|
# - name: google
|
|
# client_id: <client-id>
|
|
# client_secret: <client-secret>
|
|
# - name: github
|
|
# client_id: <client-id>
|
|
# client_secret: <client-secret> |