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 f32f0549b7 [maven-release-plugin] prepare release dnet-role-management-1.0.2 2 years ago
src Add health properties check method. Add remove admin role method. Add git info and maven spring-boot plugin in pom 2 years ago
.gitignore Change repo url 3 years ago
README.md Add API Documentation properties. Remove swagger profile 3 years ago
pom.xml [maven-release-plugin] prepare release dnet-role-management-1.0.2 2 years 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
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