Skip to content

Commit

Permalink
Merge pull request #149 from matter-labs/VAULT_AUTH_TEE_SHA256_FILE
Browse files Browse the repository at this point in the history
fix(container-vault-unseal-sgx-azure): correct `VAULT_AUTH_TEE_SHA256_FILE`
  • Loading branch information
haraldh authored Jul 3, 2024
2 parents 8402eb6 + fd6fe49 commit 502fa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/container-vault-unseal-sgx-azure/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit 502fa10

Please sign in to comment.