Go to file
Konstantinos Triantafyllou a609f55289 Change log4j2 configuration 2022-10-10 12:57:19 +03:00
src Change log4j2 configuration 2022-10-10 12:57:19 +03: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 Add spring-boot-parent and fix swagger configuration for self deploy 2022-10-07 18:02:22 +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 # 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)