IBM / raksh

Seamlessly use VM based TEEs with Kubernetes for data-in use protection
Apache License 2.0
36 stars 9 forks source link

Avoid adding keys to initrd when not running in VM TEE #15

Closed bpradipt closed 4 years ago

bpradipt commented 4 years ago

Raksh adds the keys to initrd when not running in VM TEE. Instead make the keys part of secret when using regular systems.

bpradipt commented 4 years ago

https://github.com/IBM/raksh/pull/16

bpradipt commented 4 years ago

Fix merged