Skip to content

Fix Access Control System

Martin Fontanet requested to merge dev-20210226MF into develop

Closes #66 (closed)

This PR solves the following problems for the Access Control System (ACS):

  • Create an ACS eventhandler to create views of the consents instead of looking directly in the CME database
  • PDP verifies the signature of the consents' actors using their public keys
  • PDP get the users' public keys by querying the IMS

Not ACS-related stuff:

  • Create a docker-compose file for IMS
  • Create OpenAPI for IMS
Edited by Martin Fontanet

Merge request reports