You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesatee.apache.org by GitBox <gi...@apache.org> on 2019/11/20 20:07:20 UTC

[GitHub] [incubator-mesatee] uraj opened a new pull request #64: Implement the access control service

uraj opened a new pull request #64: Implement the access control service
URL: https://github.com/apache/incubator-mesatee/pull/64
 
 
   ## Description
   
   To support complicated multi-party usage cases like data fusion and dynamic script registration, we need a dedicated access control service. This PR implements such a service with MesaPy. However, it has not been integrated into the main system yet.
   
   Access enforcement decision is computed in a logic programming style. The service should be able to support both RBAC and ABAC (or both of them in one model). Performance has not been considered in the current design. In the future, we may need to rewrite the service in pure Rust, depending on its performance and our maintenance experience. 
   
   Fixes # (issue)
   
   ## Type of change (select 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?
   - Functional test for its Rust interfaces
   - Python test for its core implementation
   
   ## Checklist (check ALL before submitting PR, even not applicable)
   
   - [x] Fork the repo and create your branch from `master`.
   - [x] If you've added code that should be tested, add tests.
   - [] If you've changed APIs, update the documentation.
   - [x] Ensure the tests pass (see CI results).
   - [x] Make sure your code lints/format.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mesatee.apache.org
For additional commands, e-mail: dev-help@mesatee.apache.org