Update README.md
Provide friendlier description on testing
This commit is contained in:
parent
94acec7529
commit
007f93ed4a
11
README.md
11
README.md
@ -87,16 +87,17 @@ security:
|
||||
# make sure to share this amongst different pods
|
||||
tokenSigningKey: thisisasessionkeyreplacethisjetzt
|
||||
```
|
||||
## Local tests
|
||||
## Testing locally
|
||||
A convenience docker-compose allows you to test the RDPGW locally. It uses [Keycloak](http://www.keycloak.org)
|
||||
and [xrdp](http://www.xrdp.org) and exposes it services on port 443. You will need to allow your browser
|
||||
to connect to localhost with and self signed security certificate. For chrome set `chrome://flags/#allow-insecure-localhost`.
|
||||
The username to login to both Keycloak and xrdp is `admin` as is the password.
|
||||
|
||||
```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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user