chore: debug vault with gramine trace

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-08-06 15:11:57 +02:00
parent 840730d598
commit cd108a5d9f
Signed by: harald
GPG key ID: F519A1143B3FBE32

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 = [