-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kbs: ITA: Allow policy IDs in config file
If one or more policy IDs are specified in the config file, add these to the attestation request and implicitly set `policy_must_match=true`. ```toml [attestation_service] type = "intel_ta" policy_ids = ["aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"] ``` Alternatively, specify multiple policy IDs like this: ```toml policy_ids = [ "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa", "bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb", # ... "nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn", ] ``` Signed-off-by: James O. D. Hunt <[email protected]>
- Loading branch information
1 parent
c9dd8ba
commit 43af64a
Showing
3 changed files
with
29 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters