-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: add the initial version of the container measurement
- update the `ccnp-server.proto`, add container_id for containers and optional parameters. - add container measurement in the CCNP service. - update the SDK of CCNP Signed-off-by: Xiaocheng Dong <[email protected]>
- Loading branch information
Showing
33 changed files
with
1,306 additions
and
1,710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
"""CCNP framework to enable TEE related operations in cloud native environments""" | ||
|
||
__version__ = "0.0.1" | ||
__version__ = "0.3.1" | ||
|
||
from .eventlog.eventlog_sdk import EventlogUtility as Eventlog | ||
from .eventlog.eventlog_sdk import EventlogType | ||
|
||
from .measurement.measurement_sdk import MeasurementUtility as Measurement | ||
from .measurement.measurement_sdk import MeasurementType | ||
|
||
from .quote.quote_sdk import Quote | ||
from .sdk import CcnpSdk |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.