mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-19 06:53:49 +02:00
Add doc
This commit is contained in:
parent
27f2220a6e
commit
6358eb1fa5
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@ security:
|
||||||
# if you want to enable token generation for the user
|
# if you want to enable token generation for the user
|
||||||
# if true the username will be set to a jwt with the username embedded into it
|
# if true the username will be set to a jwt with the username embedded into it
|
||||||
EnableUserToken: true
|
EnableUserToken: true
|
||||||
|
# Verifies if the ip used to connect to download the rdp file equals from where the
|
||||||
|
# connection is opened.
|
||||||
|
VerifyClientIp: true
|
||||||
```
|
```
|
||||||
## Testing locally
|
## Testing locally
|
||||||
A convenience docker-compose allows you to test the RDPGW locally. It uses [Keycloak](http://www.keycloak.org)
|
A convenience docker-compose allows you to test the RDPGW locally. It uses [Keycloak](http://www.keycloak.org)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue