mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-28 23:06:34 +00:00
Add local docker test environment (#1)
* local docker test environment with keycloak and xrdp Co-authored-by: Krzysztof Adamski <krzysztof.adamski@ing.com>
This commit is contained in:
committed by
GitHub
parent
7bace85c15
commit
94acec7529
21
dev/docker/rdpgw.yaml
Normal file
21
dev/docker/rdpgw.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
server:
|
||||
certFile: /opt/rdpgw/server.pem
|
||||
keyFile: /opt/rdpgw/key.pem
|
||||
gatewayAddress: localhost:9443
|
||||
port: 9443
|
||||
hosts:
|
||||
- xrdp:3389
|
||||
roundRobin: false
|
||||
sessionKey: thisisasessionkeyreplacethisjetz
|
||||
sessionEncryptionKey: thisisasessionkeyreplacethisnunu
|
||||
openId:
|
||||
providerUrl: http://keycloak:8080/auth/realms/rdpgw
|
||||
clientId: rdpgw
|
||||
clientSecret: 01cd304c-6f43-4480-9479-618eb6fd578f
|
||||
client:
|
||||
usernameTemplate: "{{ username }}"
|
||||
networkAutoDetect: 0
|
||||
bandwidthAutoDetect: 1
|
||||
ConnectionType: 6
|
||||
security:
|
||||
tokenSigningKey: prettypleasereplacemeinproductio
|
||||
Reference in New Issue
Block a user