Merge pull request #170 from matter-labs/debug_vault

chore: debug vault with gramine trace
This commit is contained in:
Harald Hoyer 2024-08-06 15:53:32 +02:00 committed by GitHub
commit 57b25f65f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ nixsgxLib.mkSGXContainer {
"-config=/opt/vault/config.hcl"
"-log-level=trace"
];
log_level = "warning";
log_level = "trace";
env = {
VAULT_CLUSTER_ADDR.passthrough = true;
VAULT_API_ADDR.passthrough = true;
@ -67,7 +67,7 @@ nixsgxLib.mkSGXContainer {
sgx = {
debug = false;
edmm_enable = false;
enclave_size = "16G";
enclave_size = "8G";
max_threads = 128;
trusted_files = [