mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 14:36:36 +00:00
Further config improvements
This commit is contained in:
@@ -38,10 +38,11 @@ server:
|
||||
hosts:
|
||||
- localhost:3389
|
||||
- my-{{ preferred_username }}-host:3389
|
||||
# Allow the user to connect to any host (insecure)
|
||||
enableOverride: false
|
||||
|
||||
# Open ID Connect specific settings (required)
|
||||
# Allow the user to connect to any host (insecure)
|
||||
- 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 {
|
||||
|
||||
Reference in New Issue
Block a user