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.
dnet-role-management/README.md

28 lines
872 B
Markdown

# DNET Role Management
3 years ago
2 years ago
DNET Role Management is a service which is communicating with [AAI Registry
service](https://docs.google.com/document/d/1v4URGvd-mtW6Lcsk_fmV61SG98Go_KN6zsv6q4jx3IY/edit?usp=sharing) and provides methods to retrieve users information, assign roles to users or
revoke roles from them.
# Configuration
#### Registry Properties
2 years ago
registry.coid=2 # OpenAIRE coid, do not change
registry.issuer=https://openaire-dev.aai-dev.grnet.gr/registry/
2 years ago
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
2 years ago
(use locally spring-boot profile "swagger" in order to activate)