Change readme

This commit is contained in:
Konstantinos Triantafyllou 2021-12-09 13:00:45 +02:00
parent 04fed1634b
commit 73996b7523
1 changed files with 7 additions and 6 deletions

View File

@ -1,18 +1,18 @@
# DNET Role Management # DNET Role Management
DNET Role Management is a service which is communicating with AAI Registry 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 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. revoke roles from them.
# Configuration # Configuration
#### Registry Properties #### Registry Properties
registry.coid=2 registry.coid=2 # OpenAIRE coid, do not change
registry.issuer=https://openaire-dev.aai-dev.grnet.gr/registry/ registry.issuer=https://openaire-dev.aai-dev.grnet.gr/registry/
registry.user=user registry.user=user # Ask AAI credentials for the above issuer
registry.password=pass registry.password=pass # Ask AAI credentials for the above issuer
registry.version=1.0 registry.version=1.0 # Do not change
#### Redis Properties #### Redis Properties
@ -23,4 +23,5 @@ revoke roles from them.
### Use Swagger ### Use Swagger
Project supports swagger UI documentation Project supports swagger UI documentation
(use locally spring-boot profile "swagger" in order to activate)