mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 07:24:48 +02:00
Merge pull request #149 from matter-labs/VAULT_AUTH_TEE_SHA256_FILE
fix(container-vault-unseal-sgx-azure): correct `VAULT_AUTH_TEE_SHA256_FILE`
This commit is contained in:
commit
502fa103ec
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ nixsgxLib.mkSGXContainer {
|
||||||
### Enclave security ###
|
### Enclave security ###
|
||||||
ALLOWED_TCB_LEVELS = "SwHardeningNeeded";
|
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 ###
|
### TODO: remove hardcoded version ###
|
||||||
VAULT_AUTH_TEE_VERSION = "0.1.0+dev";
|
VAULT_AUTH_TEE_VERSION = "0.1.0+dev";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue