Merge pull request #197 from matter-labs/extracmd

chore: add extra startup information to unseal and admin enclaves
This commit is contained in:
Harald Hoyer 2024-09-04 10:00:07 +02:00 committed by GitHub
commit e13bf353e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -13,6 +13,8 @@ pkgs.lib.tee.sgxGramineContainer {
packages = [ teepot.teepot.tee_vault_admin ];
entrypoint = "${teepot.teepot.tee_vault_admin}/bin/tee-vault-admin";
extraCmd = "echo \"Starting ${container-name}\"; gramine-sgx-sigstruct-view app.sig";
isAzure = true;
manifest = {

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";