mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
fix: hardcode VAULT_AUTH_TEE_VERSION in vault manifest
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
c44094107f
commit
160d133383
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ nixsgxLib.mkSGXContainer {
|
|||
ALLOWED_TCB_LEVELS = "SwHardeningNeeded";
|
||||
|
||||
VAULT_AUTH_TEE_SHA256 = "${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