mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-29 15:06:36 +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
10
README.md
10
README.md
@@ -87,6 +87,16 @@ security:
|
||||
# make sure to share this amongst different pods
|
||||
tokenSigningKey: thisisasessionkeyreplacethisjetzt
|
||||
```
|
||||
## Local tests
|
||||
```bash
|
||||
cd dev/docker
|
||||
docker-compose build
|
||||
docker-compose up
|
||||
```
|
||||
Allow your browser to run on unsecure localhost.
|
||||
For chrome
|
||||
chrome://flags/#allow-insecure-localhost
|
||||
Use admin:admin user password combination whenever asked.
|
||||
|
||||
## Use
|
||||
Point your browser to `https://your-gateway/connect`. After authentication
|
||||
|
||||
Reference in New Issue
Block a user