Skip to content
Snippets Groups Projects
Commit 55df8df3 authored by Bolke de Bruin's avatar Bolke de Bruin
Browse files

Further config improvements

parent 097a2dec
Branches
Tags
No related merge requests found
......@@ -39,9 +39,10 @@ server:
- localhost:3389
- my-{{ preferred_username }}-host:3389
# Allow the user to connect to any host (insecure)
enableOverride: false
# Open ID Connect specific settings (required)
- any
# if true the server randomly selects a host to connect to
roundRobin: false
# Open ID Connect specific settings
openId:
providerUrl: http://keycloak/auth/realms/test
clientId: rdpgw
......
......@@ -17,7 +17,7 @@ type ServerConfig struct {
CertFile string
KeyFile string
Hosts []string
EnableOverride bool
RoundRobin bool
}
type OpenIDConfig struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment