From 73461a2d4854c48bb746bac2e778bb9d9b94302b Mon Sep 17 00:00:00 2001
From: "marco.martorana@eng.it" <marco.martorana@eng.it>
Date: Mon, 27 Sep 2021 18:02:07 +0200
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c198163..9f11328 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,8 @@ This repository contains the docker-compose used by the URBANITE Dashboard Contr
 The docker-compose uses as internal components the following: 
 - Spring Boot as Controller
 - PostgreSQL as meta-data storage DBMS
-- Keycloak as IDM
+
+The Dashboard Controller  is secured by Keycloak IDM, so in the [docker-compose.yml](https://git.code.tecnalia.com/urbanite/private/wp5-integration-and-devops/urbanite-dashboard-controller/-/blob/master/docker-compose.yml) the IDM_URI has to be edited (see [IDM Configuration](#configuration-changes-on-idm-keycloak)) 
 
 
 
-- 
GitLab