Skip to content

Commit

Permalink
attestation-agent: add flag 'enable_eventlog' to aa example config
Browse files Browse the repository at this point in the history
add flag 'enable_eventlog' to aa example config according to the related PR: #627

Signed-off-by: ChengyuZhu6 <[email protected]>
  • Loading branch information
ChengyuZhu6 authored and ChengyuZhu6 committed Sep 29, 2024
1 parent a1b889b commit fb40a1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion attestation-agent/attestation-agent/config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"eventlog_config": {
"eventlog_algorithm": "sha384",
"init_pcr": 17
"init_pcr": 17,
"enable_eventlog": false
}
}
3 changes: 2 additions & 1 deletion attestation-agent/attestation-agent/config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ M9QaC1mzQ/OStg==
[eventlog_config]

eventlog_algorithm = "sha384"
init_pcr = 17
init_pcr = 17
enable_eventlog = false

0 comments on commit fb40a1d

Please sign in to comment.