Merge pull request #171 from matter-labs/debug_vault

chore: debug vault with gramine debug
This commit is contained in:
Harald Hoyer 2024-08-06 17:05:10 +02:00 committed by GitHub
commit 0541bbabf4
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 = "trace";
log_level = "debug";
env = {
VAULT_CLUSTER_ADDR.passthrough = true;
VAULT_API_ADDR.passthrough = true;