mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 15:34:48 +02:00
Merge pull request #197 from matter-labs/extracmd
chore: add extra startup information to unseal and admin enclaves
This commit is contained in:
commit
e13bf353e0
2 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,8 @@ pkgs.lib.tee.sgxGramineContainer {
|
||||||
packages = [ teepot.teepot.tee_vault_admin ];
|
packages = [ teepot.teepot.tee_vault_admin ];
|
||||||
entrypoint = "${teepot.teepot.tee_vault_admin}/bin/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;
|
isAzure = true;
|
||||||
|
|
||||||
manifest = {
|
manifest = {
|
||||||
|
|
|
@ -16,8 +16,11 @@ pkgs.lib.tee.sgxGramineContainer {
|
||||||
vat.vault-auth-tee.sha
|
vat.vault-auth-tee.sha
|
||||||
teepot.teepot.tee_vault_unseal
|
teepot.teepot.tee_vault_unseal
|
||||||
];
|
];
|
||||||
|
|
||||||
entrypoint = "${teepot.teepot.tee_vault_unseal}/bin/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 = {
|
manifest = {
|
||||||
loader = {
|
loader = {
|
||||||
log_level = "error";
|
log_level = "error";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue