Enable multiple policies type#129
Merged
Merged
Conversation
67d33d2 to
28bd138
Compare
7a06098 to
c357994
Compare
c357994 to
3535672
Compare
3535672 to
29c6b17
Compare
4972f6b to
e5d771f
Compare
This commit updates the proto messages to define policy using various rules such as threshold, signature, and hierarchical. Signed-off-by: Senthil Nathan N <cendhu@gmail.com> Signed-off-by: senthil <cendhu@gmail.com>
Signed-off-by: senthil <cendhu@gmail.com>
839bbe3 to
e6125e6
Compare
Signed-off-by: senthil <cendhu@gmail.com>
e6125e6 to
dbfdb6b
Compare
Signed-off-by: senthil <cendhu@gmail.com>
eadbbc5 to
a1154d3
Compare
liran-funaro
approved these changes
Nov 18, 2025
liran-funaro
left a comment
Contributor
There was a problem hiding this comment.
LGTM. Just some minor comments.
Signed-off-by: senthil <cendhu@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Description
This commit updates the proto messages to define policy using various rules such as threshold, signature, and hierarchical. Further, it integrates the signature rules with the verifier component.
Related issues