mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
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:
parent
537521f0ee
commit
488dcfcdca
2 changed files with 5 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue