Go to file
Konstantinos Triantafyllou 73996b7523 Change readme 2021-12-09 13:00:45 +02:00
src Add health properties check method. Add remove admin role method. Add git info and maven spring-boot plugin in pom 2021-11-26 13:01:12 +02:00
.gitignore Change repo url 2021-07-16 11:09:52 +03:00
README.md Change readme 2021-12-09 13:00:45 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2021-11-26 13:01:43 +02:00

README.md

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 revoke roles from them.

Configuration

Registry Properties

registry.coid=2 # OpenAIRE coid, do not change
registry.issuer=https://openaire-dev.aai-dev.grnet.gr/registry/
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

redis.host = localhost
redis.port = 6379
redis.password =

Use Swagger

Project supports swagger UI documentation (use locally spring-boot profile "swagger" in order to activate)