oak icon indicating copy to clipboard operation
oak copied to clipboard

Add basic Key Provisioning implementation

Open ipetr0v opened this issue 1 year ago • 1 comments

This PR adds basic implementation of Key Provisioning for Oak Containers which consists of 2 services:

  • KeyProvisioningDependantService which starts before other services and expects to get the group encryption key from the Hostlib
  • KeyProvisioningService which starts in parallel with other Orchestrator services and can share the group encryption key with other enclaves
    • Sharing keys with other enclaves is not implemented yet
    • This service will be removed once we implement a full KPS

Ref https://github.com/project-oak/oak/issues/4442

ipetr0v avatar Nov 28 '23 15:11 ipetr0v

Replaced by https://github.com/project-oak/oak/pull/4722

ipetr0v avatar Jan 26 '24 12:01 ipetr0v

Replaced by:

  • https://github.com/project-oak/oak/pull/4543
  • https://github.com/project-oak/oak/pull/4722
  • https://github.com/project-oak/oak/pull/4814
  • https://github.com/project-oak/oak/pull/4961

ipetr0v avatar Mar 28 '24 12:03 ipetr0v