mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-07-21 01:55:57 +02:00
Further config improvements
This commit is contained in:
parent
097a2deca7
commit
55df8df3bc
2 changed files with 6 additions and 5 deletions
|
@ -39,9 +39,10 @@ server:
|
||||||
- localhost:3389
|
- localhost:3389
|
||||||
- my-{{ preferred_username }}-host:3389
|
- my-{{ preferred_username }}-host:3389
|
||||||
# Allow the user to connect to any host (insecure)
|
# Allow the user to connect to any host (insecure)
|
||||||
enableOverride: false
|
- any
|
||||||
|
# if true the server randomly selects a host to connect to
|
||||||
# Open ID Connect specific settings (required)
|
roundRobin: false
|
||||||
|
# Open ID Connect specific settings
|
||||||
openId:
|
openId:
|
||||||
providerUrl: http://keycloak/auth/realms/test
|
providerUrl: http://keycloak/auth/realms/test
|
||||||
clientId: rdpgw
|
clientId: rdpgw
|
||||||
|
|
|
@ -17,7 +17,7 @@ type ServerConfig struct {
|
||||||
CertFile string
|
CertFile string
|
||||||
KeyFile string
|
KeyFile string
|
||||||
Hosts []string
|
Hosts []string
|
||||||
EnableOverride bool
|
RoundRobin bool
|
||||||
}
|
}
|
||||||
|
|
||||||
type OpenIDConfig struct {
|
type OpenIDConfig struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue