Go to file
Konstantinos Triantafyllou d11ef469c6 Add scripts package for migration/export operations 2021-11-10 17:01:59 +02:00
src Add scripts package for migration/export operations 2021-11-10 17:01:59 +02:00
.gitignore Change repo url 2021-07-16 11:09:52 +03:00
README.md Add API Documentation properties. Remove swagger profile 2021-09-29 15:25:09 +03:00
pom.xml 1. Add Health Controller. 2. Fix a bug in update roles in Session. 3. Add assign Portal Admin role to user with a specific email. 2021-10-18 16:46:38 +03: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
registry.issuer=https://openaire-dev.aai-dev.grnet.gr/registry/
registry.user=user
registry.password=pass
registry.version=1.0

Redis Properties

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

Use Swagger

Project supports swagger UI documentation