issues
search
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
761
stars
158
forks
source link
Fix privilege issue
#636
Closed
mssun
closed
2 years ago
mssun
commented
2 years ago
Description
Fix privilege issues.
fix inconsistency of GetFunction and ListFunctions interfaces
add GetKeysByPrefix interface to the storage service to help the fix
Fixes #624
Type of change (select or add applied and delete the others)
[x] Bug fix (non-breaking change which fixes an issue)
[x] New interface
How has this been tested?
CI test:
https://ci.mesalock-linux.org/mssun/incubator-teaclave/159
new test cases
Checklist
[x] Fork the repo and create your branch from
master
.
[x] If you've added code that should be tested, add tests.
[x] If you've changed APIs, update the documentation.
[x] Ensure the tests pass (see CI results).
[x] Make sure your code lints/format.
Description
Fix privilege issues.
Fixes #624
Type of change (select or add applied and delete the others)
How has this been tested?
Checklist
master
.