feat(cedarling): Define init
, authz
and log
interfaces #9494
Open
Description
Define the init
, authz
, and log
interfaces in the Cedarling which return True
and the corresponding cederling_python code to call these methods.
Identified code changes
- Rust interfaces
- Python binding to interfaces
Test cases and code coverage
- Unit tests for rust interfaces
- Integration tests for cedarling_python
Document the changes
- Add details to
Readme.md
describing how to test - Create python docs for the SDK, e.g. what params does the
init
method take, available method signatures, default values.
Activity