santad: Integrate CEL rule processing into execution path#434
Merged
Conversation
0f39d84 to
1822a6f
Compare
mlw
requested changes
Jun 10, 2025
mlw
requested changes
Jun 10, 2025
mlw
approved these changes
Jun 11, 2025
mlw
left a comment
Contributor
There was a problem hiding this comment.
This is awesome, excited to get this in.
Member
|
Why not just have it show that a CEL program is there and then show the
whole program if a flag is specified?
That way you can see things like I can run this electron app but not with
the inspect flag.
…On Wed, Jun 11, 2025 at 4:36 AM Russell Hancox ***@***.***> wrote:
Merged #434 <#434> into main.
—
Reply to this email directly, view it on GitHub
<#434 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOEERHRCMR6GDO5ZEPB52T3C7TB7AVCNFSM6AAAAAB6ZE3TI6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJYGA4DSNJXGAZDANQ>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
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.
This change allows Santa to process CEL rules as part of execution authorization. It purposefully does not add any method to get CEL rules into the database, while we validate that everything works both correctly and performantly.