ultravioletrs / cocos

Cocos AI - Confidential Computing System for AI
https://ultraviolet.rs/cocos.html
Apache License 2.0
23 stars 9 forks source link

COCOS-153 - Add `host-data` option #163

Closed danko-miladinovic closed 2 months ago

danko-miladinovic commented 3 months ago

What type of PR is this?

This is a feature because it adds:

This PR also renames the platform_info.json into backend_info.json.

What does this do?

This PR enables the Manager to launch CVMs with the host-data filed of the attestation report populated with the computation configuration of the Agent. This way, the Agent can check what is being sent to him by the Manager. This PR also renames the platform_info.json into backend_info.json.

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

The manual README.md has been changed to reflect this new feature.

Did you document any new/modified feature?

Documentation will be updated in a separate PR.

Notes