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 <chengyu.zhu@intel.com>
  • Loading branch information
ChengyuZhu6 committed Sep 27, 2024
1 parent 49476b5 commit 826877c
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 826877c

Please sign in to comment.