mirror of
https://github.com/openziti/zrok.git
synced 2025-02-16 10:19:18 +01:00
improve inline docs in 'etc/frontend.yml'
This commit is contained in:
parent
f98a164e62
commit
de28ad0e93
@ -7,10 +7,25 @@
|
||||
# The OAuth configuration is used when enabling OAuth authentication with your public frontend.
|
||||
#
|
||||
#oauth:
|
||||
# # `redirect_host` and `redirect_port` should correspond with the DNS hostname and URL representing
|
||||
# # the OAuth frontend you'll use with your installation.
|
||||
# #
|
||||
# redirect_host: oauth.zrok.io
|
||||
# redirect_port: 28080
|
||||
#
|
||||
# # `redirect_http_only` will generate an HTTP URI for your OAuth frontend, rather than HTTPS. This
|
||||
# # should only be set to `true` in development environments.
|
||||
# #
|
||||
# redirect_http_only: false
|
||||
#
|
||||
# # `hash_key` is a unique key for your installation that is used to secure authentication payloads
|
||||
# # with OAuth providers.
|
||||
# #
|
||||
# hash_key: "<yourRandomHashKey>"
|
||||
#
|
||||
# # `providers` contains an array of provider details enabled in your installation. Currently only
|
||||
# # `google` and `github` are supported. Your configuration can include `google`, `github`, or both.
|
||||
# #
|
||||
# providers:
|
||||
# - name: google
|
||||
# client_id: <client-id>
|
||||
|
Loading…
Reference in New Issue
Block a user