Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

KMS: add API definitions and crate for KMS integration #189

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 11, 2023

  1. KMS: add API definitions and crate for KMS integration

    This commit include the following:
    - Added a crate `deps/kms`
    - Added Datakey API abstraction inside `deps/kms`
    - Added KMS module API abstraction inside `deps/kms`
    - Implemented an example for KMS
    
    Signed-off-by: Xynnn007 <[email protected]>
    Xynnn007 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    8717e7b View commit details
    Browse the repository at this point in the history
  2. deps/kms: add tests for Sample KMS

    Also, use rstest dep v0.17.0 for all subcrates under this repo
    
    Signed-off-by: Xynnn007 <[email protected]>
    Xynnn007 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    ef5ab4d View commit details
    Browse the repository at this point in the history
  3. ci: add CI covering KMS deps

    Signed-off-by: Xynnn007 <[email protected]>
    Xynnn007 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    df2d65c View commit details
    Browse the repository at this point in the history