mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
fix(container-vault-unseal-sgx-azure): correct VAULT_AUTH_TEE_SHA256_FILE
use the correct environment variable name... sigh Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
8402eb6bd8
commit
fd6fe49be7
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ nixsgxLib.mkSGXContainer {
|
|||
### Enclave security ###
|
||||
ALLOWED_TCB_LEVELS = "SwHardeningNeeded";
|
||||
|
||||
VAULT_AUTH_TEE_SHA256 = "${vat.vault-auth-tee.sha}/share/vault-auth-tee.sha256";
|
||||
VAULT_AUTH_TEE_SHA256_FILE = "${vat.vault-auth-tee.sha}/share/vault-auth-tee.sha256";
|
||||
### TODO: remove hardcoded version ###
|
||||
VAULT_AUTH_TEE_VERSION = "0.1.0+dev";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue