-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kbs: ITA: Default behavior for policy_ids changed.
State before changes: - Policies are not causing attestation to fail by default. After setting policies in ITA they are allowed to be unmatched. - Changing `allow_unmatched_policy` has no impact if `policy_ids` are not given. This state leads to unpleasant user expierience. State after changes: - By default (if `policy_ids` are not given) or of `policy_ids =[]` - all policies from ITA are going to be verified. - `allow_unmatched_policy = false` results in verification of policies from ITA even if `policy_ids = []`. Documentation of parameters updated. Signed-off-by: Szymon Klimek <[email protected]>
- Loading branch information
1 parent
ca5906d
commit 058279c
Showing
2 changed files
with
9 additions
and
12 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