You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by He Sun <no...@github.com.INVALID> on 2023/06/06 11:14:08 UTC

[apache/incubator-teaclave] Send audit information from frontend to management service (PR #697)

## Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

Fixes #669  

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

- [ ] Bug fix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] API change with a documentation update
- [ ] Additional test coverage
- [ ] Code cleanup or just sync with upstream third-party crates

## How has this been tested?

## Checklist

- [X] Fork the repo and create your branch from `master`.
- [X] If you&#39;ve added code that should be tested, add tests.
- [ ] If you&#39;ve changed APIs, update the documentation.
- [X] Ensure the tests pass (see CI results).
- [X] Make sure your code lints/format.

You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/697

-- Commit Summary --

  * [sdk] Update the cbindgen command
  * [storage] Add a unit test
  * [management] Add an auditor to collect logs
  * [frontend] Send audit information to the management service

-- File Changes --

    M cmake/tomls/Cargo.sgx_trusted_lib.lock (925)
    M cmake/tomls/Cargo.sgx_trusted_lib.toml (2)
    M cmake/tomls/Cargo.sgx_untrusted_app.lock (768)
    M cmake/tomls/Cargo.unix_app.lock (872)
    M examples/rust/builtin_echo/Cargo.lock (2)
    M examples/rust/builtin_ordered_set_intersect/Cargo.lock (2)
    M examples/rust/builtin_ordered_set_intersect/src/main.rs (17)
    M sdk/c/Makefile (4)
    M sdk/c/cbindgen.toml (2)
    M sdk/c/teaclave_client_sdk.h (52)
    M sdk/python/teaclave.py (23)
    M sdk/rust/Cargo.lock (2)
    M sdk/rust/src/bindings.rs (102)
    M sdk/rust/src/lib.rs (30)
    A services/frontend/enclave/src/audit.rs (61)
    M services/frontend/enclave/src/lib.rs (43)
    M services/frontend/enclave/src/service.rs (121)
    M services/management/enclave/Cargo.toml (22)
    M services/management/enclave/Enclave.config.xml (2)
    A services/management/enclave/src/audit/auditor.rs (195)
    A services/management/enclave/src/audit/db_directory.rs (215)
    A services/management/enclave/src/audit/mod.rs (23)
    A services/management/enclave/src/audit/tests.rs (40)
    M services/management/enclave/src/error.rs (3)
    M services/management/enclave/src/lib.rs (6)
    M services/management/enclave/src/service.rs (82)
    M services/proto/Cargo.toml (23)
    M services/proto/src/proto/teaclave_common.proto (8)
    M services/proto/src/proto/teaclave_frontend_service.proto (10)
    M services/proto/src/proto/teaclave_management_service.proto (7)
    M services/proto/src/teaclave_common.rs (47)
    M services/proto/src/teaclave_frontend_service.rs (22)
    M services/proto/src/teaclave_management_service.rs (15)
    M services/storage/enclave/src/lib.rs (1)
    M services/storage/enclave/src/service.rs (9)
    M tests/functional/enclave/src/frontend_service.rs (60)
    M types/Cargo.toml (11)
    A types/src/audit.rs (138)
    M types/src/lib.rs (2)
    M types/src/user.rs (6)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/697.patch
https://github.com/apache/incubator-teaclave/pull/697.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/697
You are receiving this because you are subscribed to this thread.

Message ID: &lt;apache/incubator-teaclave/pull/697@github.com&gt;

Re: [apache/incubator-teaclave] Send audit information from frontend to management service (PR #697)

Posted by He Sun <no...@github.com.INVALID>.
Merged #697 into master.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/697#event-9468322090
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>