You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by TX <no...@github.com> on 2020/02/04 22:59:52 UTC

[apache/incubator-teaclave] add access control service (#216)

## Description

Implement access control service

Fixes # (issue)

## Type of change (select applied and DELETE the others)

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] 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 (check ALL before submitting PR, even not applicable)

- [ ] Fork the repo and create your branch from `master`.
- [ ] If you&#39;ve added code that should be tested, add tests.
- [ ] If you&#39;ve changed APIs, update the documentation.
- [ ] Ensure the tests pass (see CI results).
- [ ] 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/216

-- Commit Summary --

  * add access control service

-- File Changes --

    M CMakeLists.txt (39)
    M cmake/scripts/sgx_link_sign.sh (2)
    M cmake/scripts/test.sh (1)
    M cmake/tomls/Cargo.sgx_trusted_lib.toml (1)
    M cmake/tomls/Cargo.sgx_untrusted_app.toml (1)
    M config/runtime.config.toml (1)
    M config/src/runtime.rs (1)
    A services/access_control/app/Cargo.toml (19)
    A services/access_control/app/build.rs (51)
    A services/access_control/app/src/main.rs (48)
    A services/access_control/enclave/Cargo.toml (48)
    A services/access_control/enclave/Enclave.config.xml (12)
    A services/access_control/enclave/src/acs.rs (341)
    A services/access_control/enclave/src/lib.rs (112)
    A services/access_control/enclave/src/service.rs (350)
    A services/access_control/model.conf (28)
    A services/access_control/python/acs_engine.py (631)
    A services/access_control/python/acs_engine_test.py (82)
    A services/access_control/python/ffi.py (15)
    M services/proto/build.rs (1)
    M services/proto/src/lib.rs (5)
    A services/proto/src/proto/teaclave_access_control_service.proto (48)
    A services/proto/src/teaclave_access_control_service.rs (219)
    M tests/fixtures/runtime.config.toml (1)
    M tests/functional_tests/enclave/src/lib.rs (2)
    A tests/functional_tests/enclave/src/teaclave_access_control_service.rs (222)
    M tests/unit_tests/enclave/Cargo.toml (3)
    M tests/unit_tests/enclave/src/lib.rs (4)

-- Patch Links --

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

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

Re: [apache/incubator-teaclave] add access control service (#216)

Posted by Mingshen Sun <no...@github.com>.
Merged #216 into develop.

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