Add BasicAuthTimeout setting versus static 5 seconds (#90)

This commit is contained in:
ryanblenis
2023-12-16 15:07:37 -05:00
committed by GitHub
parent 017f338d86
commit f72613c2ba
4 changed files with 7 additions and 2 deletions

View File

@@ -66,6 +66,8 @@ Server:
# The socket to connect to if using local auth. Ensure rdpgw auth is configured to
# use the same socket.
AuthSocket: /tmp/rdpgw-auth.sock
# Basic auth timeout (in seconds). Useful if you're planning on waiting for MFA
BasicAuthTimeout: 5
# The default option 'auto' uses a certificate file if provided and found otherwise
# it uses letsencrypt to obtain a certificate, the latter requires that the host is reachable
# from letsencrypt servers. If TLS termination happens somewhere else (e.g. a load balancer)