apache / incubator-teaclave

Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple.
https://teaclave.apache.org
Apache License 2.0
757 stars 159 forks source link

Enable access control service #704

Closed henrysun007 closed 1 year ago

henrysun007 commented 1 year ago
  1. Put the API access control checks in the frontend service to the access control service;
  2. Use casbin as the access control engine;
  3. Remove the mesapy-based access control engine as mesapy is no longer maintained.

Description

Fixes #700

Type of change (select or add applied and delete the others)

How has this been tested?

Checklist