Go to file
Konstantinos Triantafyllou d1088e9f83 Remove comment functions from controllers 2021-08-23 16:50:46 +03:00
src Remove comment functions from controllers 2021-08-23 16:50:46 +03:00
.gitignore Change repo url 2021-07-16 11:09:52 +03:00
README.md Remove unused property domain. Add swagger info at readme 2021-07-08 13:19:45 +03:00
pom.xml 1. Add log properties. 2. Add swagger. 3. Change Redis Session strategy to use custom header (testing). 2021-07-06 17:47:39 +03:00

README.md

dnet-role-management

Dnet Role Management is a service which is communicating with AAI Registry service providing methods to get 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 in order to make testing easy to the developers. In order to disable swagger for production environment, a specific profile named "swagger" must be used on dev mode.