2021-06-29 12:27:14 +02:00
|
|
|
# dnet-role-management
|
|
|
|
|
2021-07-07 16:47:46 +02:00
|
|
|
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 =
|
2021-07-08 12:19:45 +02:00
|
|
|
|
|
|
|
### Use Swagger
|
2021-07-07 16:47:46 +02:00
|
|
|
|
2021-07-08 12:19:45 +02:00
|
|
|
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.
|
2021-07-07 16:47:46 +02:00
|
|
|
|