From 73996b7523ced53323769f46879d8fa92a2f4ff5 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 9 Dec 2021 13:00:45 +0200 Subject: [PATCH] Change readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e2c9356..a86e9ed 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # DNET Role Management -DNET Role Management is a service which is communicating with AAI Registry -service and provides methods to retrieve users information, assign roles to users or +DNET Role Management is a service which is communicating with [AAI Registry +service](https://docs.google.com/document/d/1v4URGvd-mtW6Lcsk_fmV61SG98Go_KN6zsv6q4jx3IY/edit?usp=sharing) and provides methods to retrieve users information, assign roles to users or revoke roles from them. # Configuration #### Registry Properties - registry.coid=2 + registry.coid=2 # OpenAIRE coid, do not change registry.issuer=https://openaire-dev.aai-dev.grnet.gr/registry/ - registry.user=user - registry.password=pass - registry.version=1.0 + registry.user=user # Ask AAI credentials for the above issuer + registry.password=pass # Ask AAI credentials for the above issuer + registry.version=1.0 # Do not change #### Redis Properties @@ -23,4 +23,5 @@ revoke roles from them. ### Use Swagger Project supports swagger UI documentation +(use locally spring-boot profile "swagger" in order to activate)