You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Konstantinos Triantafyllou 696049ee05 Fix path variables for type to accept '.' in all cases 3 months ago
src Fix path variables for type to accept '.' in all cases 3 months ago
.gitignore Change repo url 3 years ago
README.md Change readme 2 years ago
pom.xml Add spring-boot-parent and fix swagger configuration for self deploy 1 year ago

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)