mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
Merge pull request #147 from matter-labs/vault_auth_tee_version
fix: hardcode VAULT_AUTH_TEE_VERSION in vault manifest
This commit is contained in:
commit
e3feac1cc3
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