From 007f93ed4a2f8a48168c1f7b1f8151044d93ba26 Mon Sep 17 00:00:00 2001 From: bolkedebruin <bolkedebruin@users.noreply.github.com> Date: Tue, 28 Jul 2020 08:57:42 +0200 Subject: [PATCH] Update README.md Provide friendlier description on testing --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4aed2e9..af90c67 100644 --- a/README.md +++ b/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 -- GitLab