intel / cloud-native-ai-pipeline

AI cloud native pipeline for confidential and sustainable computing
https://intel.github.io/cloud-native-ai-pipeline/
Apache License 2.0
37 stars 15 forks source link

cnap/core: add key broker module to get the key from KBS #139

Closed dongx1x closed 1 year ago

dongx1x commented 1 year ago

Add a KeyBrokerClientBase abstract class and add a simple implementation class SimpleKeyBrokerClient to show how to get a key from the key broker server.