chore: add extra startup information to unseal and admin enclaves

This eases testing and debugging.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-09-04 09:47:20 +02:00
parent 537521f0ee
commit 488dcfcdca
Signed by: harald
GPG key ID: F519A1143B3FBE32
2 changed files with 5 additions and 0 deletions

View file

@ -16,8 +16,11 @@ pkgs.lib.tee.sgxGramineContainer {
vat.vault-auth-tee.sha
teepot.teepot.tee_vault_unseal
];
entrypoint = "${teepot.teepot.tee_vault_unseal}/bin/tee-vault-unseal";
extraCmd = "echo \"Starting ${container-name}\"; gramine-sgx-sigstruct-view app.sig";
manifest = {
loader = {
log_level = "error";